summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-01-11 17:34:24 +0000
committerChristian Heim <phreak@gentoo.org>2006-01-11 17:34:24 +0000
commitc2550355e10a1a15e60934b327b6683b65b28291 (patch)
treef659abeb2356909878851d2f11b237738c93e9fc /etc
parentr1799 (diff)
downloadbaselayout-vserver-c2550355e10a1a15e60934b327b6683b65b28291.tar.gz
baselayout-vserver-c2550355e10a1a15e60934b327b6683b65b28291.tar.bz2
baselayout-vserver-c2550355e10a1a15e60934b327b6683b65b28291.zip
Merging r1802
svn path=/baselayout-vserver/trunk/; revision=204
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc
index 7f48996..12cba6d 100644
--- a/etc/conf.d/rc
+++ b/etc/conf.d/rc
@@ -55,31 +55,31 @@ RC_INITSTYLE_HACK="no"
#
# Controlling start-stop-daemon behavior
-# Set to "yes" if stop_daemon() should always retry killing the
+# Set to "yes" if start-stop-daemon should always retry killing the
# service with sig KILL if it fails the first time.
RC_RETRY_KILL="yes"
-# Set the amount of seconds stop_daemon() should wait between
+# Set the amount of seconds start-stop-daemon should wait between
# retries.
RC_RETRY_TIMEOUT=1
-# Set the amount of times stop_daemon() should try to kill
+# Set the amount of times start-stop-daemon should try to kill
# a service before giving up.
RC_RETRY_COUNT=5
-# Set to "yes" if stop_daemon() should fail if the service
+# Set to "yes" if start-stop-daemon should fail if the service
# is marked as started, but not actually running on stop.
RC_FAIL_ON_ZOMBIE="no"
-# Set to "yes" if stop_daemon() should attempt to kill
+# Set to "yes" if start-stop-daemon should attempt to kill
# any children left in the system.
# Be careful with this as it really does what it was on the tin.
# fex, if you're in an ssh process and you restart a service on which ssh
@@ -88,13 +88,13 @@ RC_FAIL_ON_ZOMBIE="no"
RC_KILL_CHILDREN="no"
-# Set the amount of seconds start_daemon() waits after starting
+# Set the amount of seconds start-stop-daemon waits after starting
# the daemon to check it is still running. If it's not then we
# try and stop any children if possible.
RC_WAIT_ON_START="0.1"
-# Some daemons are started and stopped via start_stop_daemon.
+# Some daemons are started and stopped via start-stop-daemon.
# We can change launch them through other daemons here, for example valgrind.
# This is only useful for serious debugging of the daemon
# Note non alphanumeric chars in the script name need to be changed to _