diff options
Diffstat (limited to 'games/kaid/files/kaid.sh')
-rw-r--r-- | games/kaid/files/kaid.sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games/kaid/files/kaid.sh b/games/kaid/files/kaid.sh deleted file mode 100644 index f87a939f9d7c..000000000000 --- a/games/kaid/files/kaid.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: kaid -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable kaid: -# -# kaid_enable="YES" -# -kaid_enable="${kaid_enable-NO}" - -. /etc/rc.subr - -name=kaid -rcvar=kaid_enable - -command=/usr/local/sbin/${name} -command_args=-d -required_files=/usr/local/etc/kaid.conf - -load_rc_config ${name} -run_rc_command "$1" |