SW: switch from bsdmainutils to bsdextrautils + bsdutils in GRML_SMALL + GRML_FULL
[grml-live.git] / etc / grml / fai / config / scripts / DEBORPHAN / 10-whitelist
index 4a7d807..ec97fc4 100755 (executable)
@@ -25,8 +25,6 @@ fi
 
 # workaround for bsdmainutils transitional package, we can drop this as soon as the
 # bsdextrautils + ncal packages are available in all our supported Debian releases
-# (FTR: the transitional bsdmainutils package currently depends on
-# bsdextrautils bsdutils calendar debianutils ncal)
 if [[ -r "${target}/usr/share/doc/bsdmainutils" ]] && [ -x "${target}/usr/bin/deborphan" ] ; then
   echo "Adding bsdmainutils to deborphan whitelist"
   # workaround for https://bugs.debian.org/929273 ("fseek on /var/lib/deborphan/keep: Invalid argument")