[Pkg-sysvinit-commits] r313 - sysvinit/trunk/debian/initscripts/share

Thomas Hood jdthood-guest at costa.debian.org
Mon Nov 28 19:19:01 UTC 2005


Author: jdthood-guest
Date: 2005-11-28 19:19:01 +0000 (Mon, 28 Nov 2005)
New Revision: 313

Modified:
   sysvinit/trunk/debian/initscripts/share/default.rcS
Log:
Clean up comments

Modified: sysvinit/trunk/debian/initscripts/share/default.rcS
===================================================================
--- sysvinit/trunk/debian/initscripts/share/default.rcS	2005-11-28 19:13:22 UTC (rev 312)
+++ sysvinit/trunk/debian/initscripts/share/default.rcS	2005-11-28 19:19:01 UTC (rev 313)
@@ -1,22 +1,29 @@
 #
-#	Defaults for the boot scripts in /etc/rcS.d.
-#	This file originates from package initscripts.  Because of
-#	bug #213907, it is not possible to tell this to dpkg.
+# Defaults for the boot scripts in /etc/rcS.d/.
 #
+# This file belongs to the "initscripts" package.
+#
 
-# Time files in /tmp are kept in days.
+# Set to the number of days that files in /tmp should be kept.
+# Set to 0 to keep files in /tmp forever.
 TMPTIME=0
-# Set to yes if you want sulogin to be spawned on bootup
+
+# Set to "yes" if you want sulogin to be spawned on bootup.
 SULOGIN=no
-# Set to no if you want to be able to login over telnet/rlogin
-# before system startup is complete (as soon as inetd is started)
+
+# Set to "no" if you want to be able to login over telnet/rlogin
+# before system boot is complete (as soon as inetd is started).
 DELAYLOGIN=yes
-# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
+
+# Set to "yes" if your system clock is set to UTC (GMT).
+# Set to "no" if your system clock is set to local time.
 UTC=yes
-# Set VERBOSE to "no" if you would like a more quiet bootup.
+
+# Set to "no" if you would like less verbose boot messages.
 VERBOSE=yes
-# Set EDITMOTD to "no" if you don't want /etc/motd to be regenerated
-# automatically
+
+# Set to "no" if you do not want /etc/motd to be regenerated at boot.
 EDITMOTD=yes
-# Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
+
+# Set to "yes" if you want fsck to run with the "-y" options at boot.
 FSCKFIX=no




More information about the Pkg-sysvinit-commits mailing list