[Pkg-sysvinit-commits] r626 -
sysvinit/trunk/debian/initscripts/etc/init.d
Thomas Hood
jdthood-guest at costa.debian.org
Thu Jan 12 11:13:32 UTC 2006
Author: jdthood-guest
Date: 2006-01-12 11:13:32 +0000 (Thu, 12 Jan 2006)
New Revision: 626
Modified:
sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
Log:
Tweak comments
Modified: sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd 2006-01-12 11:08:23 UTC (rev 625)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd 2006-01-12 11:13:32 UTC (rev 626)
@@ -5,11 +5,9 @@
# Required-Stop:
# Default-Start: S
# Default-Stop:
-# Short-Description: Start bootlogd to log boot messages.
-# Description: One of the first scripts to be executed. Starts or stops
-# the bootlogd log program. If this script is called as
-# "stop-bootlogd", it will stop the daemon instead of
-# starting it even when called with the "start" argument.
+# Short-Description: Start or stop bootlogd.
+# Description: Starts or stops the bootlogd log program
+# which logs boot messages.
### END INIT INFO
PATH=/sbin:/bin # No remote fs at start
@@ -32,8 +30,8 @@
# Previously this script was symlinked as "stop-bootlogd" which, when run
# with the "start" argument, should stop bootlogd. Now stop-bootlogd is
-# a distinct script, but for backward compatibility this script must
-# continue to implement the old behavior.
+# a distinct script, but for backward compatibility this script continues
+# to implement the old behavior.
SCRIPTNAME=${0##*/}
SCRIPTNAME=${SCRIPTNAME#[SK]??}
ACTION="$1"
@@ -88,4 +86,4 @@
;;
esac
-exit 0
+:
More information about the Pkg-sysvinit-commits
mailing list