updated hashlib patch; added updated ebuild with PYTHON_DEPEND variable

This commit is contained in:
Manuel Friedli 2010-08-15 19:51:09 +00:00
parent 76d9b983da
commit 0cd39f1560
4 changed files with 87 additions and 109 deletions

View file

@ -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/python2.6 INSPATH/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 $?
}