[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-58-gc0591b2

Chris Lamb lamby at debian.org
Sun May 17 18:01:53 UTC 2009


The following commit has been merged in the master branch:
commit c0591b21aa8410e2fb77e1b623e0df0d4655355b
Author: Chris Lamb <lamby at debian.org>
Date:   Sun May 17 18:54:07 2009 +0100

    Revert printing informative error message when using dummy /bin/hostname as the test is not accurate.
    
    This reverts commit 1065d03afe324e6895704bdfe26596d5f149d65c.

diff --git a/helpers/lh_chroot_hostname b/helpers/lh_chroot_hostname
index fa4d8e9..c6ceecb 100755
--- a/helpers/lh_chroot_hostname
+++ b/helpers/lh_chroot_hostname
@@ -52,12 +52,6 @@ case "${1}" in
 cat > chroot/bin/hostname << EOF
 #!/bin/sh
 
-if [ ${#} != 0 ]
-then
-	echo "Silently ignoring request to set hostname - dummy /bin/hostname" >&2
-	exit 0
-fi
-
 echo "localhost.localdomain"
 EOF
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list