diff options
| author | Benedict Reuschling <bcr@FreeBSD.org> | 2019-03-12 20:08:37 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2019-03-12 20:08:37 +0000 |
| commit | 1b35da5af79a656847547d717ae826838ea71b5a (patch) | |
| tree | 0f95835d547deeae59a5b6236f631a8f1f82efca /libexec | |
| parent | 77e6f9282e8af62e9a630de6967e250bb7a185e6 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index 2e59e06a085c3..a4745c1faf520 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -208,7 +208,8 @@ ipfs_enable="NO" # Set to YES to enable saving and restoring ipfs_program="/sbin/ipfs" # where the ipfs program lives ipfs_flags="" # additional flags for ipfs pf_enable="NO" # Set to YES to enable packet filter (pf) -pf_rules="/etc/pf.conf" # rules definition file for pf +pf_rules="/etc/pf.conf" # rules definition file for pf (nonexistent + # by default) pf_program="/sbin/pfctl" # where the pfctl program lives pf_flags="" # additional flags for pfctl pflog_enable="NO" # Set to YES to enable packet filter logging |
