Skip to content

Commit

Permalink
DEBORPHAN/10-whitelist: highlight when dnsutils gets added to whitelist
Browse files Browse the repository at this point in the history
Otherwise it's hard to see whether anything was executed at all
  • Loading branch information
mika committed May 20, 2020
1 parent bda859c commit 87be754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/grml/fai/config/scripts/DEBORPHAN/10-whitelist
Expand Up @@ -12,6 +12,7 @@ set -e
# workaround for dnsutils transitional package, we can drop this as soon as the
# bind9-dnsutils package is available in all our supported Debian releases
if [[ -r "${target}/usr/share/doc/dnsutils" ]] && [ -x "${target}/usr/bin/deborphan" ] ; then
echo "Adding dnsutils to deborphan whitelist"
$ROOTCMD deborphan --add-keep dnsutils || /bin/true
fi

Expand Down

0 comments on commit 87be754

Please sign in to comment.