diff options
author | dougb <dougb@FreeBSD.org> | 2005-12-21 09:54:15 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-12-21 09:54:15 +0000 |
commit | 2bb58e1702380e696f4ef0ff6787f82988ae7a5d (patch) | |
tree | 026f2b20a7882e70560942fdab03dde31349f05e /etc/rc.d/newsyslog | |
parent | 41ec533c293f8a5548d829308d2b58e2b78b2718 (diff) | |
download | FreeBSD-src-2bb58e1702380e696f4ef0ff6787f82988ae7a5d.zip FreeBSD-src-2bb58e1702380e696f4ef0ff6787f82988ae7a5d.tar.gz |
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.
Diffstat (limited to 'etc/rc.d/newsyslog')
-rwxr-xr-x | etc/rc.d/newsyslog | 1 |
1 files changed, 0 insertions, 1 deletions
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 |