aports/main/openrc/remove-rc_sys-warning.patch
Natanael Copa b2ea6198bd main/openrc: remove warning about rc_sys not defined in rc.conf
We don't need this warning really.

fixes #578
2011-04-27 17:52:53 +00:00

11 lines
301 B
Diff

--- ./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);