[Fai-commit] r6777 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Oct 26 15:59:58 UTC 2011


Author: lange
Date: 2011-10-26 15:59:58 +0000 (Wed, 26 Oct 2011)
New Revision: 6777

Modified:
   trunk/bin/make-fai-nfsroot
Log:
print warning if called using the old script name


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2011-10-26 15:39:02 UTC (rev 6776)
+++ trunk/bin/make-fai-nfsroot	2011-10-26 15:59:58 UTC (rev 6777)
@@ -87,6 +87,12 @@
 generic=0
 force=0
 
+callname=${0##*/}
+if [ $callname = make-fai-nfsroot ]; then
+    echo "make-fai-nfsroot is now called fai-make-nfsroot."
+    echo "In the future only fai-make-nfsroot will be available."
+fi
+
 # option e currently does nothing
 while getopts aghervC:B:fkKpU opt ; do
     case "$opt" in




More information about the Fai-commit mailing list