summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2006-03-08 16:49:33 +0000
committerGustavo Felisberto <humpback@gentoo.org>2006-03-08 16:49:33 +0000
commitf4720d25f7ed119d4cf7238f90627cce2859883d (patch)
tree24d95c8a851fa31531b719291edc26e8027abed1 /net-im/pymsn-t/files
parentForce the use of gst-0.8 on this revision. Fixes bug #125371. (diff)
downloadhistorical-f4720d25f7ed119d4cf7238f90627cce2859883d.tar.gz
historical-f4720d25f7ed119d4cf7238f90627cce2859883d.tar.bz2
historical-f4720d25f7ed119d4cf7238f90627cce2859883d.zip
fixed digest
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'net-im/pymsn-t/files')
-rw-r--r--net-im/pymsn-t/files/pymsn-t.initd5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/pymsn-t/files/pymsn-t.initd b/net-im/pymsn-t/files/pymsn-t.initd
index 83a41859520b..6210e96308f0 100644
--- a/net-im/pymsn-t/files/pymsn-t.initd
+++ b/net-im/pymsn-t/files/pymsn-t.initd
@@ -1,7 +1,7 @@
#!/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.4 2006/03/08 00:55:01 humpback Exp $
+# $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
@@ -12,8 +12,7 @@ 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
+ -c /etc/jabber/pymsn-t.xml -l /var/log/jabber/pymsn-t.log
eend $?
}