diff options
Diffstat (limited to 'net/scand/files/scand.in')
-rw-r--r-- | net/scand/files/scand.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/scand/files/scand.in b/net/scand/files/scand.in deleted file mode 100644 index dafaa196e6ba..000000000000 --- a/net/scand/files/scand.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: scand -# REQUIRE: DAEMON -# -# Add the following line to /etc/rc.conf to enable scand: -# -# scand_enable="YES" -# - -. /etc/rc.subr - -name=scand -rcvar=${name}_enable - -load_rc_config $name - -: ${scand_enable="NO"} -: ${scand_flags="-p 9999 -B /var/net/log/block -o '5 5 3' -W '140 140 140'"} - -command="/usr/local/bin/scand" -command_args=" > /dev/null" - -run_rc_command "$1" |