From 2bb58e1702380e696f4ef0ff6787f82988ae7a5d Mon Sep 17 00:00:00 2001 From: dougb Date: Wed, 21 Dec 2005 09:54:15 +0000 Subject: syslogd should REQUIRE newsyslog, rather than newsyslog using BEFORE: syslogd. This does not produce any change in the ordering at the moment, but is cleaner style for the long term. --- etc/rc.d/newsyslog | 1 - etc/rc.d/syslogd | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/newsyslog b/etc/rc.d/newsyslog index e6c00fc..afbe6dc 100755 --- a/etc/rc.d/newsyslog +++ b/etc/rc.d/newsyslog @@ -6,7 +6,6 @@ # PROVIDE: newsyslog # REQUIRE: cleanvar mountcritremote -# BEFORE: syslogd . /etc/rc.subr diff --git a/etc/rc.d/syslogd b/etc/rc.d/syslogd index ac3c4db..45e50f8 100755 --- a/etc/rc.d/syslogd +++ b/etc/rc.d/syslogd @@ -5,7 +5,7 @@ # # PROVIDE: syslogd -# REQUIRE: mountcritremote cleanvar +# REQUIRE: mountcritremote cleanvar newsyslog # BEFORE: SERVERS . /etc/rc.subr -- cgit v1.1