[Fai-commit] r3145 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Dec 4 16:23:03 UTC 2005


Author: lange
Date: 2005-12-04 16:23:02 +0000 (Sun, 04 Dec 2005)
New Revision: 3145

Modified:
   trunk/lib/subroutines-linux
Log:
debug code in subroutine sndmon not needed any more


Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2005-12-04 15:48:57 UTC (rev 3144)
+++ trunk/lib/subroutines-linux	2005-12-04 16:23:02 UTC (rev 3145)
@@ -218,11 +218,7 @@
 
     # send message to monitor daemon
     [ "$faimond" -eq 0 ] && return 0
-    if [ "$debug" ];then
-	echo "$sndhostname $*" | nc $monserver 4711
-    else
-	echo "$sndhostname $*" | nc $monserver 4711 2>/dev/null
-    fi
+    echo "$sndhostname $*" | nc $monserver 4711 2>/dev/null
     return $?
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -




More information about the Fai-commit mailing list