diff options
Diffstat (limited to 'net/asterisk12/files/asterisk.sh')
-rw-r--r-- | net/asterisk12/files/asterisk.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/asterisk12/files/asterisk.sh b/net/asterisk12/files/asterisk.sh deleted file mode 100644 index deee10c0cbe4..000000000000 --- a/net/asterisk12/files/asterisk.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# PROVIDE asterisk -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable asterisk: -# -# asterisk_enable="YES" -# - -. /etc/rc.subr - -name=asterisk -rcvar=`set_rcvar` - -command=/usr/local/sbin/asterisk -pidfile=/var/run/asterisk.pid - -asterisk_enable=${asterisk_enable:-"NO"} - -load_rc_config $name -run_rc_command "$1" |