[Fai-commit] r4291 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Wed May 23 15:47:38 UTC 2007


Author: lange
Date: 2007-05-23 15:47:38 +0000 (Wed, 23 May 2007)
New Revision: 4291

Modified:
   trunk/lib/subroutines-linux
Log:
ignore rcS process (closes: #425725)


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2007-05-23 15:09:12 UTC (rev 4290)
+++ trunk/lib/subroutines-linux	2007-05-23 15:47:38 UTC (rev 4291)
@@ -5,7 +5,7 @@
 # subroutine definitions for linux
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2005-2006 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2005-2007 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ### BEGIN SUBROUTINE INFO
@@ -26,7 +26,7 @@
 jobsrunning() {
 
     # test if jobs are running
-    ps r | egrep -qv "ps r|TIME COMMAND"
+    ps r | egrep -qv "ps r|TIME COMMAND|rcS"
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 eval_cmdline() {




More information about the Fai-commit mailing list