aboutsummaryrefslogtreecommitdiff
path: root/init.d.Linux/sysctl
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 14:29:20 +0000
committerRoy Marples <roy@marples.name>2008-02-19 14:29:20 +0000
commit42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (patch)
treeb9e514617292c7ad1bf8df15b262beb42278e0f4 /init.d.Linux/sysctl
parent0364bb2c84bff631e0f765254fc6bf3353950128 (diff)
Move the shell code to check for RC_SYS to the keywords dependency.
Diffstat (limited to 'init.d.Linux/sysctl')
-rw-r--r--init.d.Linux/sysctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/sysctl b/init.d.Linux/sysctl
index d56bf93b..81dced9e 100644
--- a/init.d.Linux/sysctl
+++ b/init.d.Linux/sysctl
@@ -6,11 +6,11 @@ depend()
{
use hostname
before bootmisc logger
+ keywords novps
}
start()
{
- [ "${RC_SYS}" = "VPS" ] && return 0
[ -e /etc/sysctl.conf ] || return 0
ebegin "Configuring kernel parameters"
sysctl -p /etc/sysctl.conf >/dev/null