X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F95-package-information;h=ff35306eb856e3d4ff84d8a38ed4f02684e7d90d;hp=94687c37ee3eed9ec76119fbaac15e059628b192;hb=352bbb624bec8561621a03af05e3c71b5cb11a22;hpb=b4621ca3d7831fbdafb6e4b4fd03f129a45d0771 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/95-package-information b/etc/grml/fai/config/scripts/GRMLBASE/95-package-information index 94687c3..ff35306 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/95-package-information +++ b/etc/grml/fai/config/scripts/GRMLBASE/95-package-information @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 16 16:23:04 CET 2007 [mika] +# Latest change: Mon Dec 17 00:54:41 CET 2007 [mika] ################################################################################ HOSTNAME='' @@ -12,8 +12,8 @@ HOSTNAME='' [ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local [ -n "$HOSTNAME" ] || HOSTNAME=grml -if ! [ -d /var/log/fai/"$HOSTNAME"/last/ ] ; then - echo "Error: /var/log/fai/"$HOSTNAME"/last/ not available. Exiting.">&2 +if ! [ -w /var/log/fai/"$HOSTNAME"/last/ ] ; then + echo "Error: can not write to /var/log/fai/"$HOSTNAME"/last/. Exiting.">&2 exit 1 fi