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.
This commit is contained in:
Doug Barton 2005-12-21 09:54:15 +00:00
parent 27c4192acb
commit 91e7f8f09d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153608
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
# PROVIDE: newsyslog
# REQUIRE: cleanvar mountcritremote
# BEFORE: syslogd
. /etc/rc.subr

View File

@ -5,7 +5,7 @@
#
# PROVIDE: syslogd
# REQUIRE: mountcritremote cleanvar
# REQUIRE: mountcritremote cleanvar newsyslog
# BEFORE: SERVERS
. /etc/rc.subr