tags 365062 + pending patch
thanks
I agree that the hostname script should return an error code when it
fails. I believe this patch solve the issue, and have commited it to
svn. It will be included in the next upload.
Index: debian/initscripts/etc/init.d/hostname.sh
===================================================================
--- debian/initscripts/etc/init.d/hostname.sh (revisjon 786)
+++ debian/initscripts/etc/init.d/hostname.sh (arbeidskopi)
@@ -31,6 +31,7 @@
hostname "$HOSTNAME"
ES=$?
[ "$VERBOSE" != no ] && log_action_end_msg $ES
+ exit $ES
}
case "$1" in
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]