SOURCES: PyMSNt.init - amost ready,

djrzulf djrzulf at pld-linux.org
Sat Aug 18 22:22:27 CEST 2007


Author: djrzulf                      Date: Sat Aug 18 20:22:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- amost ready,

---- Files affected:
SOURCES:
   PyMSNt.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/PyMSNt.init
diff -u SOURCES/PyMSNt.init:1.1 SOURCES/PyMSNt.init:1.2
--- SOURCES/PyMSNt.init:1.1	Sat Aug 18 22:08:27 2007
+++ SOURCES/PyMSNt.init	Sat Aug 18 22:22:22 2007
@@ -1,8 +1,8 @@
 #!/bin/sh
-# Jabber GaduGadu transport
+# Jabber MSN transport
 #
 # chkconfig:	345 85 05
-# description:	Jabber GaduGadu transport
+# description:	Jabber MSN transport
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -27,18 +27,18 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/PyMSNt ]; then
 		msg_starting "Jabber MSN transport"
-		daemon PyMSNt -c /etc/jabber/PyMSNt.xml
+		daemon /usr/share/pymsnt/PyMSNt.py -c /etc/jabber/PyMSNt.xml
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/PyMSNt
 	else
-		msg_already_running pyMSNt
+		msg_already_running PyMSNt
 	fi
 	;;
   stop)
 	# Check if the service is already running?
 	if [ -f /var/lock/subsys/PyMSNt ]; then
 		msg_stopping  "Jabber MSN transport"
-		killproc PyMSNt
+		killproc PyMSNt.py
 		rm -f /var/lock/subsys/PyMSNt
 	else
 		msg_not_running PyMSNt
@@ -50,7 +50,7 @@
 	exit $?
 	;;
   status)
-	status PyMSNt
+	status PyMSNt.py
 	exit $?
 	;;
   *)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/PyMSNt.init?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list