[Fai-commit] r3554 - trunk/doc

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Jul 11 15:28:20 UTC 2006


Author: lange
Date: 2006-07-11 15:28:19 +0000 (Tue, 11 Jul 2006)
New Revision: 3554

Modified:
   trunk/doc/classes_description.txt
Log:
new path


Modified: trunk/doc/classes_description.txt
===================================================================
--- trunk/doc/classes_description.txt	2006-07-11 15:27:43 UTC (rev 3553)
+++ trunk/doc/classes_description.txt	2006-07-11 15:28:19 UTC (rev 3554)
@@ -2,13 +2,13 @@
 --------------------------
 
 If you want to find all files (except hostnames) that are classes try:
-   find /usr/local/share/fai -type f | egrep '/[[:upper:][:digit:]_]+$'
+   find /srv/fai/config -type f | egrep '/[[:upper:][:digit:]_]+$'
 
 In cfengine scripts you can find class names using:
-   egrep -r '[[:upper:][:digit:]_]+::' /usr/local/share/fai
+   egrep -r '[[:upper:][:digit:]_]+::' /srv/fai/config
 
 Shell scripts are using the commad ifclass. So use:
-   egrep -r 'ifclass[[:space:]]+[[:upper:][:digit:]_]+' /usr/local/share/fai
+   egrep -r 'ifclass[[:space:]]+[[:upper:][:digit:]_]+' /srv/fai/config
 
 
 Class name       used in  Description




More information about the Fai-commit mailing list