diff options
Diffstat (limited to 'libexec/rc/rc.d/pflog')
| -rwxr-xr-x | libexec/rc/rc.d/pflog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/pflog b/libexec/rc/rc.d/pflog index c6bb024ee0be..b47252a23e0f 100755 --- a/libexec/rc/rc.d/pflog +++ b/libexec/rc/rc.d/pflog @@ -17,6 +17,9 @@ start_precmd="pflog_prestart" stop_postcmd="pflog_poststop" extra_commands="reload resync" +# no svcj options needed +: ${pflog_svcj_options:=""} + # for backward compatibility resync_cmd="pflog_resync" @@ -70,6 +73,9 @@ pflog_resync() load_rc_config $name +# precmd is not compatible with svcj +pflog_svcj="NO" + # Check if spawning multiple pflogd and told what to spawn if [ -n "$2" ]; then # Set required variables |
