diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-03-08 16:49:33 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-03-08 16:49:33 +0000 |
commit | 3f1e36176aa68f24c9a049c471ffa9802dcd78a0 (patch) | |
tree | 6482560db93b34090de0847bf72e7b083fbf3b2f /net-im | |
parent | Force the use of gst-0.8 on this revision. Fixes bug #125371. (diff) | |
download | gentoo-2-3f1e36176aa68f24c9a049c471ffa9802dcd78a0.tar.gz gentoo-2-3f1e36176aa68f24c9a049c471ffa9802dcd78a0.tar.bz2 gentoo-2-3f1e36176aa68f24c9a049c471ffa9802dcd78a0.zip |
fixed digest
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pymsn-t/files/pymsn-t.initd | 5 |
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 $? } |