diff options
Diffstat (limited to 'main/openrc/remove-rc_sys-warning.patch')
-rw-r--r-- | main/openrc/remove-rc_sys-warning.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/openrc/remove-rc_sys-warning.patch b/main/openrc/remove-rc_sys-warning.patch deleted file mode 100644 index 4f11674888..0000000000 --- a/main/openrc/remove-rc_sys-warning.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./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); |