[Fai-commit] r3377 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Apr 6 15:34:33 UTC 2006


Author: lange
Date: 2006-04-06 15:34:26 +0000 (Thu, 06 Apr 2006)
New Revision: 3377

Modified:
   trunk/bin/fai-setup
Log:
fix path


Modified: trunk/bin/fai-setup
===================================================================
--- trunk/bin/fai-setup	2006-04-06 14:37:25 UTC (rev 3376)
+++ trunk/bin/fai-setup	2006-04-06 15:34:26 UTC (rev 3377)
@@ -6,7 +6,7 @@
 # fai-setup -- set up FAI
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2000-2005 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2000-2006 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*********************************************************************
@@ -167,7 +167,7 @@
 if [ ! -d $FAI_CONFIGDIR/class ]; then
     echo ""
     echo "   You have no FAI configuration space yet. Copy the simple examples with:"
-    echo "   cp -a /usr/share/doc/fai/examples/simple/* $FAI_CONFIGDIR"
+    echo "   cp -a /usr/share/doc/fai-doc/examples/simple/* $FAI_CONFIGDIR"
     echo "   Then change the configuration files to meet your local needs."
     echo ""
 fi




More information about the Fai-commit mailing list