From b2e9b91852ad4f405842032a6cc1396bffcafac0 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 28 Dec 2010 13:54:19 -0600 Subject: bug #349443: remove -openvz keyword from sysctl service Openvz supports sysctl settings which are different from the host settings, so allow the sysctl service to run for openvz systems. --- init.d/sysctl.Linux.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in index 71f61a5..83e7536 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -5,7 +5,7 @@ depend() { before bootmisc logger - keyword -openvz -prefix -vserver + keyword -prefix -vserver } start() -- cgit v1.2.3