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

Thomas Lange lange at alioth.debian.org
Fri Jul 30 03:42:58 UTC 2010


Author: lange
Date: 2010-07-30 03:42:57 +0000 (Fri, 30 Jul 2010)
New Revision: 5912

Modified:
   trunk/debian/changelog
   trunk/lib/get-config-dir
Log:
get-config-dir: change error message

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-07-30 03:23:58 UTC (rev 5911)
+++ trunk/debian/changelog	2010-07-30 03:42:57 UTC (rev 5912)
@@ -94,6 +94,7 @@
     policy-rc.d is sufficient
   * fai-server.install, updatebase, make-fai-nfsroot, Makefile: remove
     fai-start-stop-daemon
+  * get-config-dir: change error message
     
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.3

Modified: trunk/lib/get-config-dir
===================================================================
--- trunk/lib/get-config-dir	2010-07-30 03:23:58 UTC (rev 5911)
+++ trunk/lib/get-config-dir	2010-07-30 03:42:57 UTC (rev 5912)
@@ -1,7 +1,9 @@
 #!/bin/bash
 
+# $Id$
+#
 # (c) 2006 Henning Glawe <glaweh at debian.org>
-# (c) 2009 Thomas Lange  <lange at debian.org>
+# (c) 2009-2010 Thomas Lange  <lange at debian.org>
 
 ### BEGIN SUBROUTINE INFO
 # Provides-Var:
@@ -12,7 +14,8 @@
 
 if [ -z "$FAI_CONFIG_SRC" ]; then
 	sendmon "TASKERROR get_fai_dir 21"
-	echo "Error: Provide the URL to obtain the fai config storage in \$FAI_CONFIG_SRC"
+	echo "ERROR: No URL defined for the config space."
+	echo "ERROR: Set \$FAI_CONFIG_SRC or use option -s."
 	exit 21
 fi
 


Property changes on: trunk/lib/get-config-dir
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the Fai-commit mailing list