diff options
Diffstat (limited to 'security/f-protd/files/fprotd.sh.in')
-rw-r--r-- | security/f-protd/files/fprotd.sh.in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/security/f-protd/files/fprotd.sh.in b/security/f-protd/files/fprotd.sh.in deleted file mode 100644 index 9d0c306a81b6..000000000000 --- a/security/f-protd/files/fprotd.sh.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: fprotd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following to /etc/rc.conf[.local] to enable this service -# -# fprotd_enable="YES" -# - -. /etc/rc.subr - -name=fprotd -rcvar=`set_rcvar` -start_precmd="fprotd_precmd" -command="%%PREFIX%%/f-prot/f-protd" -command_args="> /dev/null 2>&1" - -required_files="/etc/f-prot.conf" - -load_rc_config ${name} - -: ${fprotd_enable=NO} -: ${fprotd_virus_defs=%%PREFIX%%/f-prot} - -fprotd_precmd() -{ - rc_flags="--background --defpath ${fprotd_virus_defs} ${fprotd_flags}" -} - -run_rc_command "$1" |