From: Michael Prokop Date: Sun, 30 Oct 2011 21:14:24 +0000 (+0100) Subject: GRMLBASE/91-update-pciids: fix wrong log message X-Git-Tag: v0.17.0~131 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7d9c9eff92335de4c7c0b67f37a456484ae85194 GRMLBASE/91-update-pciids: fix wrong log message It's update-pciids and not freshclam of course. :-/ Thanks for catching, Christian Hofstaedtler. --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/91-update-pciids b/etc/grml/fai/config/scripts/GRMLBASE/91-update-pciids index 373e00f..7ba4148 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/91-update-pciids +++ b/etc/grml/fai/config/scripts/GRMLBASE/91-update-pciids @@ -15,10 +15,10 @@ set -u bailout() { if [ "${1:-}" = "4" ] ; then - echo "Warning: freshclam returned with exit code 4." >&2 + echo "Warning: update-pciids returned with exit code 4." >&2 # be verbose in logs - echo "Warning: freshclam returned with exit code 4." + echo "Warning: update-pciids returned with exit code 4." echo "-> This indicates that networking inside the chroot did not work" echo " while GRMLBASE/91-update-pciids was running." echo " To address this issue you can either configure /etc/resolv.conf"