summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc/files/openrc-0.2-sysctl-vserver-fix.patch')
-rw-r--r--sys-apps/openrc/files/openrc-0.2-sysctl-vserver-fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/openrc/files/openrc-0.2-sysctl-vserver-fix.patch b/sys-apps/openrc/files/openrc-0.2-sysctl-vserver-fix.patch
new file mode 100644
index 000000000000..b3a57cf4446c
--- /dev/null
+++ b/sys-apps/openrc/files/openrc-0.2-sysctl-vserver-fix.patch
@@ -0,0 +1,21 @@
+From: Roy Marples <roy@marples.name>
+Date: Fri, 28 Mar 2008 19:05:26 +0000 (+0000)
+Subject: Restore noserver and noopenvz to sysctl.
+X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=b5c48ca38cd7b599a241ac658fa276a75a46cfd3
+
+Restore noserver and noopenvz to sysctl.
+---
+
+diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in
+index 03f48ee..9bf56a8 100644
+--- a/init.d/sysctl.Linux.in
++++ b/init.d/sysctl.Linux.in
+@@ -6,7 +6,7 @@ depend()
+ {
+ use hostname
+ before bootmisc logger
+- keyword noprefix
++ keyword noopenvz noprefix novserver
+ }
+
+ start()