summaryrefslogtreecommitdiffstats
path: root/main/openrc/remove-rc_sys-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/openrc/remove-rc_sys-warning.patch')
-rw-r--r--main/openrc/remove-rc_sys-warning.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/openrc/remove-rc_sys-warning.patch b/main/openrc/remove-rc_sys-warning.patch
new file mode 100644
index 000000000..4f1167488
--- /dev/null
+++ b/main/openrc/remove-rc_sys-warning.patch
@@ -0,0 +1,10 @@
+--- ./src/rc/rc.c.orig
++++ ./src/rc/rc.c
+@@ -878,7 +878,6 @@
+ if (bootlevel)
+ printf("%s\n", bootlevel);
+ } else {
+- ewarn("WARNING: rc_sys not defined in rc.conf. Falling back to automatic detection");
+ bootlevel = rc_sys_v1();
+ if (bootlevel)
+ printf("%s\n", bootlevel);