summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2012-02-20 19:07:54 -0600
committerJory A. Pratt <anarchy@gentoo.org>2012-02-20 19:07:54 -0600
commit3c602e7422019430737cbf67f26f9cc30fb00f87 (patch)
tree037357d50c138f7ed66d4b3bb0039cc5ab9cc1b2
parente4146c094546e5d8e8a48b48636586c5e21ad509 (diff)
downloadopenrc-3c602e7422019430737cbf67f26f9cc30fb00f87.tar.gz
openrc-3c602e7422019430737cbf67f26f9cc30fb00f87.tar.bz2
openrc-3c602e7422019430737cbf67f26f9cc30fb00f87.tar.xz
remove the warning about falling back to autodetection
-rw-r--r--src/rc/rc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 77d2c6d..40b6293 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -831,7 +831,6 @@ main(int argc, char **argv)
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);