[Pkg-sysvinit-commits] r786 - in sysvinit/trunk/debian: . initscripts/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Thu Jul 13 10:21:01 UTC 2006


Author: pere
Date: 2006-07-13 10:21:00 +0000 (Thu, 13 Jul 2006)
New Revision: 786

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/hostname.sh
Log:
  * Update the descripton in LSB header for init.d/hostname.sh.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-07-13 10:12:44 UTC (rev 785)
+++ sysvinit/trunk/debian/changelog	2006-07-13 10:21:00 UTC (rev 786)
@@ -3,6 +3,7 @@
   [ Petter Reinholdtsen ]
   * Modify LSB header for init.d/rmnologin, to make sure it is run
     with 'stop' argument for runlevel 0 and 6.
+  * Update the descripton in LSB header for init.d/hostname.sh.
   * Fix 'startpar' concurrency option to only run start and stop
     scripts once.  (Closes: #378092)
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/hostname.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/hostname.sh	2006-07-13 10:12:44 UTC (rev 785)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/hostname.sh	2006-07-13 10:21:00 UTC (rev 786)
@@ -5,8 +5,12 @@
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:
-# Short-Description: Set hostname.
-# Description:
+# Short-Description: Set hostname based on /etc/hostname
+# Description:       Read the machines hostname from /etc/hostname, and
+#                    update the kernel value with this value.  If
+#                    /etc/hostname is empty, the current kernel value
+#                    for hostname is used.  If the kernel value is
+#                    empty, the value 'localhost' is used.
 ### END INIT INFO
 
 PATH=/sbin:/bin




More information about the Pkg-sysvinit-commits mailing list