From 3c602e7422019430737cbf67f26f9cc30fb00f87 Mon Sep 17 00:00:00 2001 From: "Jory A. Pratt" Date: Mon, 20 Feb 2012 19:07:54 -0600 Subject: remove the warning about falling back to autodetection --- src/rc/rc.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3