From 0be5d450a64399db1956b285f2cc3c9099a2736d Mon Sep 17 00:00:00 2001 From: dougb Date: Wed, 21 Dec 2005 01:19:20 +0000 Subject: REQUIRE: syslogd and BEFORE: NETWORKING are now antithetical, and including both in this file had nasty side effects on the ordering of syslogd, as well as producing an error when running rcorder. Remove the more bogus of the two options, which restores proper ordering and removes the error. There is an open question as to whether scripts with the nostart KEYWORD should even have REQUIRE/BEFORE lines, and indeed, whether they should be in /etc/rc.d at all, but that's for another time. --- etc/rc.d/power_profile | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/rc.d') diff --git a/etc/rc.d/power_profile b/etc/rc.d/power_profile index d579716..c211314 100644 --- a/etc/rc.d/power_profile +++ b/etc/rc.d/power_profile @@ -11,7 +11,6 @@ # PROVIDE: power_profile # REQUIRE: mountcritlocal syslogd # KEYWORD: nojail nostart -# BEFORE: NETWORKING . /etc/rc.subr -- cgit v1.1