?mode=patch&uid=2007020613345087560
Open Patch: 2007020613345087560 (by clifford)
+ clifford
Votecheck 'core-strong': OK (clifford)
package/base/sysfiles/system.init
Clifford Wolf:
        Fixed setting hostname on bootup
        (bug introduced in [2007012021202312170])

Clifford Wolf:
        Fixed setting hostname on bootup
        (bug introduced in [2007012021202312170])

--- package/base/sysfiles/system.init   2007-02-06 13:29:06.000000000 +0100
+++ package/base/sysfiles/system.init   2007-02-06 13:29:18.000000000 +0100
@@ -47,7 +47,7 @@
                fi
        fi
 dnl
-    block_split(`Setting hostname to $(cat /etc/HOSTNAME).')dnl
+    block_split(`Setting hostname to $(cat /etc/HOSTNAME).')
        check(`hostname "$(cat /etc/HOSTNAME)"')
 dnl
     block_split(`Setting up loopback networking.')

[Download this patch]