]> git.pld-linux.org Git - packages/PyICQt.git/commitdiff
- dropped shell script (not needed)
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Mon, 11 Feb 2008 20:37:48 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PyICQt.init -> 1.5

PyICQt.init

index de278915f71e7c05ee81527898dd3273ae3658e7..75f4ff8f304d75c3db9fcae3667f6380723e461b 100755 (executable)
@@ -24,7 +24,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/PyICQt ]; then
                msg_starting "Jabber ICQ transport"
-               daemon /usr/sbin/pyicqt.sh /etc/jabber/PyICQt.xml
+               daemon python /usr/share/pyicqt/PyICQt.py -b -c /etc/jabber/PyICQt.xml
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/PyICQt
        else
This page took 0.117049 seconds and 4 git commands to generate.