diff options
Diffstat (limited to 'net-im/py-xmpppy-irc/files/xmpppyirc.in')
| -rw-r--r-- | net-im/py-xmpppy-irc/files/xmpppyirc.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/py-xmpppy-irc/files/xmpppyirc.in b/net-im/py-xmpppy-irc/files/xmpppyirc.in deleted file mode 100644 index 6035208b72d6..000000000000 --- a/net-im/py-xmpppy-irc/files/xmpppyirc.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# PROVIDE: xmpppyirc -# REQUIRE: DAEMON - -. /etc/rc.subr - -name="xmpppyirc" -pidfile="/var/run/$name.pid" - -command="%%FEXEC%%" -command_args="&" -command_interpreter="%%PYTHON_CMD%%" -required_files="%%PREFIX%%/etc/$name.conf" -start_precmd="touch $pidfile && export PID=$pidfile" - -load_rc_config $name -: ${xmpppyirc_enable="NO"} -run_rc_command "$1" |
