[Fai-commit] r5463 - trunk/debian

Thomas Lange lange at alioth.debian.org
Mon Jul 20 21:39:35 UTC 2009


Author: lange
Date: 2009-07-20 21:39:34 +0000 (Mon, 20 Jul 2009)
New Revision: 5463

Modified:
   trunk/debian/fai-quickstart.postinst
   trunk/debian/fai-server.prerm
Log:
print WARNING in message


Modified: trunk/debian/fai-quickstart.postinst
===================================================================
--- trunk/debian/fai-quickstart.postinst	2009-07-20 11:57:41 UTC (rev 5462)
+++ trunk/debian/fai-quickstart.postinst	2009-07-20 21:39:34 UTC (rev 5463)
@@ -19,7 +19,7 @@
 
 	# for upgrades from 3.2.20 to newer versions.
 	if egrep -q ^FAI_CONFIGDIR= /etc/fai/fai.conf; then
-	    echo "The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf."
+	    echo "WARNING: The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf."
 	    echo "Please move it to /etc/fai/make-fai-nfsroot.conf."
 	fi
 

Modified: trunk/debian/fai-server.prerm
===================================================================
--- trunk/debian/fai-server.prerm	2009-07-20 11:57:41 UTC (rev 5462)
+++ trunk/debian/fai-server.prerm	2009-07-20 21:39:34 UTC (rev 5463)
@@ -22,7 +22,7 @@
 case "$1" in
     upgrade)
 	if egrep -q ^FAI_CONFIGDIR= /etc/fai/fai.conf; then
-	    echo "The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf."
+	    echo "WARNING: The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf."
 	    echo "Please move it to /etc/fai/make-fai-nfsroot.conf."
 	fi
 	exit 0




More information about the Fai-commit mailing list