Fix path of listbugs in 96-apt-listbugs
authorMichael Prokop <devnull@localhost>
Sat, 13 Oct 2007 23:33:32 +0000 (01:33 +0200)
committerMichael Prokop <devnull@localhost>
Sat, 13 Oct 2007 23:33:32 +0000 (01:33 +0200)
etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs

index ee7f6a1..274b6bd 100755 (executable)
@@ -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