From: Michael Prokop Date: Sat, 13 Oct 2007 23:33:32 +0000 (+0200) Subject: Fix path of listbugs in 96-apt-listbugs X-Git-Tag: 0.0.5~10 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=72e2af3f96620c3b488603ba4f04ca6047b8310c Fix path of listbugs in 96-apt-listbugs --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs b/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs index ee7f6a1..274b6bd 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs +++ b/etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs @@ -15,9 +15,9 @@ HOSTNAME='' [ -n "$HOSTNAME" ] || HOSTNAME=grml if [ -x $target/usr/sbin/apt-listbugs -a -x $target/usr/bin/apt-show-source ] && \ - [ -x $target/etc/apt/listbugs ] ; then + [ -x $target/etc/apt/grml/listbugs ] ; then for severity in critical grave serious ; do - SEVERITY=$severity $ROOTCMD /etc/apt/listbugs > \ + SEVERITY=$severity $ROOTCMD /etc/apt/grml/listbugs > \ /var/log/fai/dirinstall/$HOSTNAME/bugs.${severity} done fi