summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2007-06-04 20:48:44 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2007-06-04 20:48:44 +0000
commit47d269d71d6433665b3828408d279b5cf5323e37 (patch)
tree9d41861e9fd4b95426d2dab7e7c5b287686ae4ed /net-im
parentVersion bump. (diff)
downloadgentoo-2-47d269d71d6433665b3828408d279b5cf5323e37.tar.gz
gentoo-2-47d269d71d6433665b3828408d279b5cf5323e37.tar.bz2
gentoo-2-47d269d71d6433665b3828408d279b5cf5323e37.zip
Fixed pymsn-t init script to not have hard-coded path to pymsn-t.py
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pymsn-t/ChangeLog6
-rw-r--r--net-im/pymsn-t/files/pymsn-t-0.11.2-initd4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/pymsn-t/ChangeLog b/net-im/pymsn-t/ChangeLog
index b197b126dfb2..11abf469bb65 100644
--- a/net-im/pymsn-t/ChangeLog
+++ b/net-im/pymsn-t/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/pymsn-t
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.9 2007/04/28 23:21:46 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.10 2007/06/04 20:48:44 griffon26 Exp $
+
+ 04 Jun 2007; Maurice van der Pot <griffon26@gentoo.org>
+ files/pymsn-t-0.11.2-initd:
+ Fixed init script to not have a hard-coded path.
*pymsn-t-0.11.2 (28 Apr 2007)
diff --git a/net-im/pymsn-t/files/pymsn-t-0.11.2-initd b/net-im/pymsn-t/files/pymsn-t-0.11.2-initd
index 6c1f444d4f92..1f4810939618 100644
--- a/net-im/pymsn-t/files/pymsn-t-0.11.2-initd
+++ b/net-im/pymsn-t/files/pymsn-t-0.11.2-initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2007 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-0.11.2-initd,v 1.1 2007/04/28 23:21:46 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/files/pymsn-t-0.11.2-initd,v 1.2 2007/06/04 20:48:44 griffon26 Exp $
depend() {
need net
@@ -11,7 +11,7 @@ depend() {
start() {
ebegin "Starting MSN Jabber Transport"
start-stop-daemon --start --pidfile /var/run/jabber/pymsn-t.pid --chuid jabber:jabber \
- --exec /usr/bin/python /usr/lib/python2.4/site-packages/pymsn-t/pymsn-t.py -- \
+ --exec /usr/bin/python INSPATH/pymsn-t.py -- \
-b -c /etc/jabber/pymsn-t.xml -l /var/log/jabber/pymsn-t.log
eend $?
}