[Osaas-commits] r55 - in trunk: . contrib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 22 12:26:34 CET 2008


Author: sholl
Date: 2008-12-22 12:26:34 +0100 (Mon, 22 Dec 2008)
New Revision: 55

Modified:
   trunk/ChangeLog
   trunk/contrib/osaas
Log:

	* contrib/osaas: Fixed bug #839: status is now recognized.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-03 15:50:23 UTC (rev 54)
+++ trunk/ChangeLog	2008-12-22 11:26:34 UTC (rev 55)
@@ -1,3 +1,7 @@
+2008-12-22  Stephan Holl  <stephan.holl at intevation.de>
+
+	* contrib/osaas: Fixed bug #839: status is now recognized.
+
 2008-12-03  Stephan Holl  <stephan.holl at intevation.de>
 
 	* packaging/rpm/osaas-suse10.3-gp.spec: adopted the config-files

Modified: trunk/contrib/osaas
===================================================================
--- trunk/contrib/osaas	2008-12-03 15:50:23 UTC (rev 54)
+++ trunk/contrib/osaas	2008-12-22 11:26:34 UTC (rev 55)
@@ -76,7 +76,6 @@
 
 	#killproc -p $OSAAS_PID -TERM $OSAAS_BIN
 	kill -TERM `cat $OSAAS_PID`
-	rm -f $OSAAS_PID
 
 	# Remember status and be verbose
 	rc_status -v
@@ -102,7 +101,7 @@
 	# 3 - service not running
 
 	# NOTE: checkproc returns LSB compliant status values.
-	checkproc -p $OSAAS_PID $OSAAS_BIN
+	checkproc -p $OSAAS_PID python $OSAAS_BIN
 	rc_status -v
 	;;
     *)



More information about the Osaas-commits mailing list