summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-11-23 17:50:32 +0000
committerChristian Heim <phreak@gentoo.org>2005-11-23 17:50:32 +0000
commit10ded7bd84d2f6d2eb6733bf865be68305d7415e (patch)
treecc1ebf317f80e738e00d58cbb0b9922016e1c719 /etc
parentUberlord did a commit right after my, so i'm syncing it again; but this time ... (diff)
downloadbaselayout-vserver-10ded7bd84d2f6d2eb6733bf865be68305d7415e.tar.gz
baselayout-vserver-10ded7bd84d2f6d2eb6733bf865be68305d7415e.tar.bz2
baselayout-vserver-10ded7bd84d2f6d2eb6733bf865be68305d7415e.zip
baselayout folks just did a _pre11 so I'm syncing again (to 1626 this time).
svn path=/baselayout-vserver/trunk/; revision=91
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/rc7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc
index e04c0b0..a672722 100644
--- a/etc/conf.d/rc
+++ b/etc/conf.d/rc
@@ -68,9 +68,12 @@ RC_FAIL_ON_ZOMBIE="no"
# Set to "yes" if stop_daemon() should attempt to kill
-# any children left in the system. This does not affect sshd.
+# 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
+# depends then your terminal will be killed also.
-RC_KILL_CHILDREN="yes"
+RC_KILL_CHILDREN="no"
# Set the amount of seconds start_daemon() waits after starting