diff options
author | mlaier <mlaier@FreeBSD.org> | 2004-04-02 19:25:27 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2004-04-02 19:25:27 +0000 |
commit | a19995e56292e9934e56cb4c881738c89b6477e3 (patch) | |
tree | 28edc7ced37af17b059964e476d6b4d4db3a2269 /etc/rc.d/pf | |
parent | 688833918a6ad17a8ae6951adcc80656f0235366 (diff) | |
download | FreeBSD-src-a19995e56292e9934e56cb4c881738c89b6477e3.zip FreeBSD-src-a19995e56292e9934e56cb4c881738c89b6477e3.tar.gz |
Add rc.d script to start pflogd and add rcvars etc. Also document vars in
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
Diffstat (limited to 'etc/rc.d/pf')
-rw-r--r-- | etc/rc.d/pf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pf b/etc/rc.d/pf index f8fabd0..c2f387b 100644 --- a/etc/rc.d/pf +++ b/etc/rc.d/pf @@ -4,7 +4,7 @@ # # PROVIDE: pf -# REQUIRE: root beforenetlkm mountcritlocal netif +# REQUIRE: root beforenetlkm mountcritlocal netif pflog # BEFORE: DAEMON LOGIN # KEYWORD: FreeBSD nojail |