[rhmessaging-commits] rhmessaging commits: r3137 - mgmt/trunk/mint/bin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Feb 25 14:30:17 EST 2009


Author: nunofsantos
Date: 2009-02-25 14:30:17 -0500 (Wed, 25 Feb 2009)
New Revision: 3137

Modified:
   mgmt/trunk/mint/bin/mint-vacuumdb
Log:
fix typo

Modified: mgmt/trunk/mint/bin/mint-vacuumdb
===================================================================
--- mgmt/trunk/mint/bin/mint-vacuumdb	2009-02-25 19:04:18 UTC (rev 3136)
+++ mgmt/trunk/mint/bin/mint-vacuumdb	2009-02-25 19:30:17 UTC (rev 3137)
@@ -3,7 +3,7 @@
 TABLES="slot slot_stats job job_stats sysimage sysimage_stats"
 
 function check_pid() {
-  PID=`pidof postmasterr`
+  PID=`pidof postmaster`
   if [[ $? == 1 ]]; then
     echo "Postgresql is not running, can't perform vacuum"
     exit




More information about the rhmessaging-commits mailing list