aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc/files/0.4.1/0005-init-script-novserver.patch')
-rw-r--r--sys-apps/openrc/files/0.4.1/0005-init-script-novserver.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-apps/openrc/files/0.4.1/0005-init-script-novserver.patch b/sys-apps/openrc/files/0.4.1/0005-init-script-novserver.patch
new file mode 100644
index 0000000..91e14b6
--- /dev/null
+++ b/sys-apps/openrc/files/0.4.1/0005-init-script-novserver.patch
@@ -0,0 +1,25 @@
+Index: init.d/dmesg.in
+===================================================================
+--- init.d/dmesg.in (revision 1465)
++++ init.d/dmesg.in (working copy)
+@@ -7,6 +7,7 @@
+ depend()
+ {
+ before dev modules
++ keyword novserver
+ }
+
+ start()
+Index: init.d/sysfs.in
+===================================================================
+--- init.d/sysfs.in (revision 1465)
++++ init.d/sysfs.in (working copy)
+@@ -6,7 +6,7 @@
+
+ depend()
+ {
+- keyword noprefix
++ keyword noprefix novserver
+ }
+
+ mount_sys()