From 42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 19 Feb 2008 14:29:20 +0000 Subject: Move the shell code to check for RC_SYS to the keywords dependency. --- init.d.Linux/sysctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux/sysctl') 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 -- cgit v1.2.3