blob: 4f11674888a6adc4bdb4a5be2421d5b18b2e60f5 (
plain)
1
2
3
4
5
6
7
8
9
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);
|