]> git.pld-linux.org Git - packages/PyMSNt.git/blobdiff - PyMSNt.init
- adapter, cosmetics
[packages/PyMSNt.git] / PyMSNt.init
index f17a4898ae5288e4eaff2125aa4a58339798ed0e..260a2c9bcc3adc06f690d34a0214aa54352ec49c 100644 (file)
@@ -13,7 +13,7 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               msg_network_down pyMSNt
+               msg_network_down PyMSNt
                exit 1
        fi
 else
@@ -38,7 +38,7 @@ case "$1" in
        # Check if the service is already running?
        if [ -f /var/lock/subsys/PyMSNt ]; then
                msg_stopping  "Jabber MSN transport"
-               killproc PyMSNt.py
+               killproc --pidfile /var/run/PyMSNt.pid PyMSNt
                rm -f /var/lock/subsys/PyMSNt
        else
                msg_not_running PyMSNt
This page took 0.235525 seconds and 4 git commands to generate.