mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
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:
parent
27c4192acb
commit
91e7f8f09d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153608
@ -6,7 +6,6 @@
|
||||
|
||||
# PROVIDE: newsyslog
|
||||
# REQUIRE: cleanvar mountcritremote
|
||||
# BEFORE: syslogd
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: syslogd
|
||||
# REQUIRE: mountcritremote cleanvar
|
||||
# REQUIRE: mountcritremote cleanvar newsyslog
|
||||
# BEFORE: SERVERS
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user