[Pkg-ofed-commits] r236 - opensm/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Mon Apr 27 09:16:12 UTC 2009


Author: gmpc-guest
Date: 2009-04-27 09:16:12 +0000 (Mon, 27 Apr 2009)
New Revision: 236

Modified:
   opensm/trunk/debian/opensm.init
Log:
list opensm instances during shutdown


Modified: opensm/trunk/debian/opensm.init
===================================================================
--- opensm/trunk/debian/opensm.init	2009-04-27 09:15:45 UTC (rev 235)
+++ opensm/trunk/debian/opensm.init	2009-04-27 09:16:12 UTC (rev 236)
@@ -50,7 +50,7 @@
     exit 0
 fi
 for PORT in $PORTS ; do
-    echo -n "Shutting down opensm: "
+    echo -n "Shutting down opensm on $PORT: "
     start-stop-daemon --stop --pidfile /var/run/opensm-$PORT 
     RETVAL=$?
     echo




More information about the Pkg-ofed-commits mailing list