diff options
Diffstat (limited to 'net-im/pymsn-t/files/pymsn-t.initd')
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t.initd | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/pymsn-t/files/pymsn-t.initd b/net-im/pymsn-t/files/pymsn-t.initd deleted file mode 100644 index 6210e96308f0..000000000000 --- a/net-im/pymsn-t/files/pymsn-t.initd +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/files/pymsn-t.initd,v 1.5 2006/03/08 16:49:33 humpback Exp $ - -depend() { - need net - use jabber-server -} - -start() { - ebegin "Starting MSN Jabber Transport" - start-stop-daemon --start --name "pymsn-t" --background --chuid jabber:jabber \ - --exec /usr/bin/python /usr/lib/PATH/site-packages/pymsn-t/pymsn-t.py -- \ - -c /etc/jabber/pymsn-t.xml -l /var/log/jabber/pymsn-t.log - eend $? -} - -stop() { - ebegin "Stopping MSN Jabber Transport" - start-stop-daemon --stop --quiet --pidfile /var/run/jabber/pymsn-t.pid - eend $? -} |