mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 05:42:12 +01:00
11 lines
301 B
Diff
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);
|