[Fai-commit] r5376 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Wed Apr 22 11:40:09 UTC 2009


Author: lange
Date: 2009-04-22 11:40:09 +0000 (Wed, 22 Apr 2009)
New Revision: 5376

Modified:
   trunk/debian/changelog
   trunk/lib/subroutines-linux
Log:
  adjust indentation

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-22 11:35:33 UTC (rev 5375)
+++ trunk/debian/changelog	2009-04-22 11:40:09 UTC (rev 5376)
@@ -4,8 +4,9 @@
     which may be the case when no DHCP was done (dirinstall, softupdates,
     or install using fixed IP); problem was introduced by patch in r5338.
     (closes: #525096)
+    adjust indentation
 
- -- Thomas Lange <lange at debian.org>  Wed, 22 Apr 2009 13:31:21 +0200
+ -- Thomas Lange <lange at debian.org>  Wed, 22 Apr 2009 13:39:58 +0200
 
 fai (3.2.18) unstable; urgency=low
 

Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux	2009-04-22 11:35:33 UTC (rev 5375)
+++ trunk/lib/subroutines-linux	2009-04-22 11:40:09 UTC (rev 5376)
@@ -81,16 +81,16 @@
 	echo "No monitor daemon defined."
 	faimond=0
     else
-    faimond=1
-    sendhostname=$HOSTNAME # save current hostname
-    if sendmon check; then
-	echo "Monitoring to server $monserver enabled."
-	sendmon "TASKBEGIN confdir"
-    else
-	faimond=0
-	echo "Can't connect to monserver on $monserver port 4711. Monitoring disabled."
+	faimond=1
+	sendhostname=$HOSTNAME # save current hostname
+	if sendmon check; then
+	    echo "Monitoring to server $monserver enabled."
+	    sendmon "TASKBEGIN confdir"
+	else
+	    faimond=0
+	    echo "Can't connect to monserver on $monserver port 4711. Monitoring disabled."
+	fi
     fi
-    fi
 
     get-config-dir || {
 	echo "Problems accessing the config space."




More information about the Fai-commit mailing list