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
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')
-rw-r--r--net-im/pymsn-t/Manifest12
-rw-r--r--net-im/pymsn-t/files/pymsn-t.initd5
2 files changed, 8 insertions, 9 deletions
diff --git a/net-im/pymsn-t/Manifest b/net-im/pymsn-t/Manifest
index 62775ea4044b..a0bd870c086b 100644
--- a/net-im/pymsn-t/Manifest
+++ b/net-im/pymsn-t/Manifest
@@ -7,9 +7,9 @@ SHA256 d6b6f7adf98ddd0ae044f032314113f87ef2a5e57b6daf6b800d31f977068c34 ChangeLo
MD5 f4024dc267e74f2da2126cf4ec1cfad6 files/digest-pymsn-t-0.11a-r4 238
RMD160 92366398f8f8885e7357d0c4f28b6c776e620e50 files/digest-pymsn-t-0.11a-r4 238
SHA256 c21edc7c17248fddea219d2e214bed104b1a0fbabe8de8f59319b7cd2fbfb021 files/digest-pymsn-t-0.11a-r4 238
-MD5 50419af28bf2c3e6a21076ce62b59765 files/pymsn-t.initd 702
-RMD160 2645427ad6cb5a60fd9416827a140ebfaa5e7766 files/pymsn-t.initd 702
-SHA256 d828c9784be89c9f4e7c405d6f7ec5281fb78542dd9171551bb702e9dc330519 files/pymsn-t.initd 702
+MD5 5a4a8ce9221146c77b5be2024125eef9 files/pymsn-t.initd 692
+RMD160 5c510398a6712e15a3ea5a0d6970943f86ffdaf1 files/pymsn-t.initd 692
+SHA256 35865c76f77a5b84082650734723c05a0abf4ce52dc1e89b3ed67045e4c62137 files/pymsn-t.initd 692
MD5 08d64f26d0872c7dfe0f37e7ea6a83c3 metadata.xml 301
RMD160 652c5ed7f3a20a68639aabe875700de1b678e34c metadata.xml 301
SHA256 29338af6dcda7de2a806ed37a597a2850bb70aa856dd41e21eff17769f3fcecb metadata.xml 301
@@ -19,7 +19,7 @@ SHA256 1a12a2db77347406d44221dda547922c962ac4e57817be94150d636a2209079a pymsn-t-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFEDiy38zY1VwezZiERAu0fAJsEAJONLxTGhonP/rl/wG4VNZeEjgCfarJr
-/awxc8UduMHdh2ZxBoyoqbw=
-=BhLV
+iD8DBQFEDwxx8zY1VwezZiERAkUPAJ9ac0vGqR3+hY+psMo8A8EyWF1c9wCfZcBc
+v/9lVqUeLDxSnSJ/fPNljXg=
+=dmQu
-----END PGP SIGNATURE-----
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 $?
}