From f4720d25f7ed119d4cf7238f90627cce2859883d Mon Sep 17 00:00:00 2001 From: Gustavo Felisberto Date: Wed, 8 Mar 2006 16:49:33 +0000 Subject: fixed digest Package-Manager: portage-2.1_pre5-r2 --- net-im/pymsn-t/files/pymsn-t.initd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-im/pymsn-t/files') 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 $? } -- cgit v1.2.3-65-gdbad