From 91e7f8f09d0a5fbbe974876b072a6a787d4248c0 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 21 Dec 2005 09:54:15 +0000 Subject: [PATCH] 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(-) diff --git a/etc/rc.d/newsyslog b/etc/rc.d/newsyslog index e6c00fc39a0..afbe6dcf88b 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 ac3c4dbf938..45e50f8edad 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