diff options
Diffstat (limited to 'net-mgmt/arpwatch/files/arpwatch.sh.in')
-rw-r--r-- | net-mgmt/arpwatch/files/arpwatch.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.sh.in index 35633939c65f..c2d51e145366 100644 --- a/net-mgmt/arpwatch/files/arpwatch.sh.in +++ b/net-mgmt/arpwatch/files/arpwatch.sh.in @@ -16,7 +16,7 @@ arpwatch_dir=${arpwatch_dir:-"%%PREFIX%%/arpwatch/"} . /etc/rc.subr name=arpwatch -rcvar=`set_rcvar` +rcvar=arpwatch_enable required_dirs=${arpwatch_dir} load_rc_config ${name} |