diff options
Diffstat (limited to 'security/scanlogd/files/scanlogd.sh')
-rw-r--r-- | security/scanlogd/files/scanlogd.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/scanlogd/files/scanlogd.sh b/security/scanlogd/files/scanlogd.sh index ef14beba888b..532249fcfcb3 100644 --- a/security/scanlogd/files/scanlogd.sh +++ b/security/scanlogd/files/scanlogd.sh @@ -7,19 +7,18 @@ # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: shutdown -# -prefix=%%PREFIX%% +# Add the following lines to /etc/rc.conf to enable scanlogd: +# scanlogd_enable="YES" +# scanlogd_flags="<set as needed>" scanlogd_enable=${scanlogd_enable:-"NO"} # Enable scanlogd -scanlogd_program="${prefix}/bin/scanlogd" # Location of scanlogd -scanlogd_flags=${scanlogd_flags:-""} # Flags to scanlogd . %%RC_SUBR%% name="scanlogd" rcvar=`set_rcvar` -command="${prefix}/bin/${name}" +command="%%PREFIX%%/bin/${name}" required_files="" load_rc_config $name |