[Fai-commit] r4710 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Sun Nov 11 10:43:58 UTC 2007


Author: lange
Date: 2007-11-11 10:43:58 +0000 (Sun, 11 Nov 2007)
New Revision: 4710

Modified:
   trunk/bin/fai
Log:
print PID


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-11-11 10:41:53 UTC (rev 4709)
+++ trunk/bin/fai	2007-11-11 10:43:58 UTC (rev 4710)
@@ -67,7 +67,8 @@
     [ -f $sub-linux ] && . $sub-linux
 
     [ -f "$stamp" ] && {
-       echo "$0 already running or was aborted before."
+       echo -n "$0 already running or was aborted before. PID: "
+       cat $stamp
        echo "You may remove $stamp and try again."
        exit 1
     }




More information about the Fai-commit mailing list