[Fai-commit] r6107 - in branches/stable/3.4: . bin conf debian doc lib/setup-storage man

Michael Prokop mika at alioth.debian.org
Tue Oct 5 15:16:05 UTC 2010


Author: mika
Date: 2010-10-05 15:15:57 +0000 (Tue, 05 Oct 2010)
New Revision: 6107

Modified:
   branches/stable/3.4/README
   branches/stable/3.4/bin/setup-storage
   branches/stable/3.4/conf/sources.list
   branches/stable/3.4/debian/control
   branches/stable/3.4/doc/FAQ
   branches/stable/3.4/doc/QUESTIONNAIRE
   branches/stable/3.4/doc/fai-guide.txt
   branches/stable/3.4/lib/setup-storage/Init.pm
   branches/stable/3.4/man/ainsl.1
   branches/stable/3.4/man/fai-cd.8
   branches/stable/3.4/man/fai-chboot.8
   branches/stable/3.4/man/fai-mirror.1
   branches/stable/3.4/man/fai-setup.8
   branches/stable/3.4/man/fai-start-stop-daemon.8
   branches/stable/3.4/man/fai.8
   branches/stable/3.4/man/faimond-gui.1
   branches/stable/3.4/man/faimond.8
   branches/stable/3.4/man/fcopy.8
   branches/stable/3.4/man/ftar.8
   branches/stable/3.4/man/install_packages.8
   branches/stable/3.4/man/make-fai-nfsroot.8
   branches/stable/3.4/man/setup-storage.8
Log:
new domain name for the project



Conflicts:

	3.4/bin/fai-mirror
	examples/simple/files/etc/approx/approx.conf/FAISERVER

Signed-off-by: Michael Prokop <mika at debian.org>

Modified: branches/stable/3.4/README
===================================================================
--- branches/stable/3.4/README	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/README	2010-10-05 15:15:57 UTC (rev 6107)
@@ -18,7 +18,7 @@
 
 The home page for FAI is
 
-	http://www.informatik.uni-koeln.de/fai/
+	http://fai-project.org/
 
 This release of FAI is tested with the Debian 5.0 release (called lenny).
 
@@ -29,10 +29,10 @@
 changes in new versions of FAI. Comments, bug reports, fixes,
 enhancements etc. are welcome. Send them to
 
-	fai at informatik.uni-koeln.de
+	fai at fai-project.org
 
 Please fill out the questionnaire when you have finished a project
-using FAI. http://www.informatik.uni-koeln.de/fai/questionnaire
+using FAI. http://fai-project.org/questionnaire
 I'm looking for short success stories or reports, so new users
 can see how others are using FAI in several types of environment.
 

Modified: branches/stable/3.4/bin/setup-storage
===================================================================
--- branches/stable/3.4/bin/setup-storage	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/bin/setup-storage	2010-10-05 15:15:57 UTC (rev 6107)
@@ -34,7 +34,7 @@
 # input format is documented in @ref parser.pm
 #
 # Some (developer) documentation may be found on
-# http://faiwiki.informatik.uni-koeln.de/index.php/Setup-storage
+# http://wiki.fai-project.org/index.php/Setup-storage
 #
 # Some coding conventions:
 # - no whitespace after ( and before )

Modified: branches/stable/3.4/conf/sources.list
===================================================================
--- branches/stable/3.4/conf/sources.list	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/conf/sources.list	2010-10-05 15:15:57 UTC (rev 6107)
@@ -5,4 +5,4 @@
 deb http://security.debian.org/debian-security squeeze/updates main contrib non-free
 
 # repository that may contain newer fai packages for lenny
-#deb http://www.informatik.uni-koeln.de/fai/download lenny koeln
+#deb http://fai-project.org/download lenny koeln

Modified: branches/stable/3.4/debian/control
===================================================================
--- branches/stable/3.4/debian/control	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/debian/control	2010-10-05 15:15:57 UTC (rev 6107)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 7)
 Vcs-Svn: svn://svn.debian.org/svn/fai/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/fai
-Homepage: http://www.informatik.uni-koeln.de/fai
+Homepage: http://fai-project.org
 
 Package: fai-client
 Architecture: all

Modified: branches/stable/3.4/doc/FAQ
===================================================================
--- branches/stable/3.4/doc/FAQ	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/doc/FAQ	2010-10-05 15:15:57 UTC (rev 6107)
@@ -29,7 +29,7 @@
 
 Q: Is there an online FAI FAQ ?
 
-A: No, but we have a FAI Wiki. http://faiwiki.informatik.uni-koeln.de/
+A: No, but we have a FAI Wiki. http://wiki.fai-project.org/
 
 Q: I cannot login via ssh to my install client(s) anymore. It used to work but
    stopped working suddenly.

Modified: branches/stable/3.4/doc/QUESTIONNAIRE
===================================================================
--- branches/stable/3.4/doc/QUESTIONNAIRE	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/doc/QUESTIONNAIRE	2010-10-05 15:15:57 UTC (rev 6107)
@@ -1,16 +1,16 @@
 FAI QUESTIONNAIRE 
 -----------------
 
-http://www.informatik.uni-koeln.de/fai/questionnaire
+http://fai-project.org/questionnaire
 last edited: february 2, 2010
 
 I'm very interested in your experiences with fai, bug reports, new ideas,...
 Please send this questionnaire to 
 
-       fai at informatik.uni-koeln.de
+       fai at fai-project.org
 
 All replies to this questionnaire are available at
-http://www.informatik.uni-koeln.de/fai/q-answers.html
+http://fai-project.org/q-answers.html
 
 thanks in advance Thomas Lange
 

Modified: branches/stable/3.4/doc/fai-guide.txt
===================================================================
--- branches/stable/3.4/doc/fai-guide.txt	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/doc/fai-guide.txt	2010-10-05 15:15:57 UTC (rev 6107)
@@ -67,22 +67,22 @@
 
 
 Homepage::
-http://www.informatik.uni-koeln.de/fai
+http://fai-project.org
 
 FAI wiki::
-http://faiwiki.informatik.uni-koeln.de
+http://wiki.fai-project.org
 
 Download::
-http://www.informatik.uni-koeln.de/fai/download
+http://fai-project.org/download
 
 Entry for 'sources.list'::
-`http://www.informatik.uni-koeln.de/fai/download lenny koeln`
+`http://fai-project.org/download lenny koeln`
 
 Mailing list::
 https://lists.uni-koeln.de/mailman/listinfo/linux-fai
 
 Feedback::
-Send feedback and comment to mailto:fai at informatik.uni-koeln.de[] or
+Send feedback and comment to mailto:fai at fai-project.org[] or
 to the mailing list.
 
 Bugs::
@@ -90,7 +90,7 @@
 reporting errors.
 
 User visible changes::
-http://www.informatik.uni-koeln.de/fai/NEWS
+http://fai-project.org/NEWS
 
 Source tree::
 You can access the subversion repository containing the newest
@@ -466,7 +466,7 @@
 defined. It's not needed if you use access via FTP or HTTP.
 
 A list of variables used by FAI can be found at
-http://faiwiki.informatik.uni-koeln.de/index.php/Variables.
+http://wiki.fai-project.org/index.php/Variables.
 
 The content of '/etc/fai/apt/sources.list' and +$FAI\_DEBMIRROR+ are
 used by the install server and also by the clients. If your install
@@ -649,7 +649,7 @@
 CD-ROM. The partial mirror is created using the command
 `fai-mirror(1)` which contains all packages that are used by the
 classes used in your configuration space.  A sample ISO image is
-available at http://www.informatik.uni-koeln.de/fai/fai-cd.
+available at http://fai-project.org/fai-cd.
 
 === [[usbboot]]Booting from USB stick
 
@@ -1969,7 +1969,7 @@
 add _debug_ to _FAI_FLAGS_ to make the installation process show all
 output from the postinst scripts on the console and get its input also
 from the console. Don't hesitate to send an email to the mailing list
-or to mailto:fai at informatik.uni-koeln.de[] if you have any
+or to mailto:fai at fai-project.org[] if you have any
 questions. Sample log files from successfully installed computers are
 available on the FAI homepage.
 
@@ -2381,7 +2381,7 @@
 distributions. I made some research and it should not be much work to
 implement it. But I need more help to implement it. If you are
 interested and would like to help me, please send an email to
-mailto:fai at informatik.uni-koeln.de[].
+mailto:fai at fai-project.org[].
 
 A brief description how to install SLES9 with FAI is available at
 http://www.sourcecode.de/install_sles_with_fai.

Modified: branches/stable/3.4/lib/setup-storage/Init.pm
===================================================================
--- branches/stable/3.4/lib/setup-storage/Init.pm	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/lib/setup-storage/Init.pm	2010-10-05 15:15:57 UTC (rev 6107)
@@ -27,7 +27,7 @@
 # @brief Initialize all variables and acquire the set of disks of the system.
 #
 # The layout of the data structures is documented in the wiki:
-# http://faiwiki.informatik.uni-koeln.de/index.php/Setup-storage
+# http://wiki.fai-project.org/index.php/Setup-storage
 #
 # $Id$
 #

Modified: branches/stable/3.4/man/ainsl.1
===================================================================
--- branches/stable/3.4/man/ainsl.1	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/ainsl.1	2010-10-05 15:15:57 UTC (rev 6107)
@@ -69,7 +69,7 @@
 .SH SEE ALSO
 .br
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use ainsl.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use ainsl.  The FAI homepage is http://fai-project.org.
 
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/fai-cd.8
===================================================================
--- branches/stable/3.4/man/fai-cd.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai-cd.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -131,7 +131,7 @@
 .SH SEE ALSO
 .br
 This program is part of FAI (Fully Automatic Installation).
-The FAI homepage is http://www.informatik.uni-koeln.de/fai. 
+The FAI homepage is http://fai-project.org. 
 .TP
 \fBfai-mirror\fP(1)
 .PD

Modified: branches/stable/3.4/man/fai-chboot.8
===================================================================
--- branches/stable/3.4/man/fai-chboot.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai-chboot.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -201,7 +201,7 @@
 The pxelinux documentation.
 .TP
 
-This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use fai-chboot. The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use fai-chboot. The FAI homepage is http://fai-project.org.
 
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/fai-mirror.1
===================================================================
--- branches/stable/3.4/man/fai-mirror.1	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai-mirror.1	2010-10-05 15:15:57 UTC (rev 6107)
@@ -111,7 +111,7 @@
 .SH SEE ALSO
 .br
 This program is part of FAI (Fully Automatic Installation).
-The FAI homepage is http://www.informatik.uni-koeln.de/fai. 
+The FAI homepage is http://fai-project.org. 
 .TP
 \fBmake-fai-nfsroot\fP(8), \fBinstall_packages\fP(8)
 .PD

Modified: branches/stable/3.4/man/fai-setup.8
===================================================================
--- branches/stable/3.4/man/fai-setup.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai-setup.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -64,7 +64,7 @@
 .PD 0
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
 for more information on how to use fai-setup.  The FAI homepage is
-http://www.informatik.uni-koeln.de/fai.
+http://fai-project.org.
 .TP
 \fImake-fai-nfsroot\fP(8), \fIexports\fP(5)
 .PD

Modified: branches/stable/3.4/man/fai-start-stop-daemon.8
===================================================================
--- branches/stable/3.4/man/fai-start-stop-daemon.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai-start-stop-daemon.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -24,6 +24,6 @@
 .SH SEE ALSO
 .br
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use ftar.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use ftar.  The FAI homepage is http://fai-project.org.
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/fai.8
===================================================================
--- branches/stable/3.4/man/fai.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fai.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -141,7 +141,7 @@
 .br
 This program is the central part of FAI (Fully Automatic Installation).  See 
 the FAI manual for more information on how to use FAI. 
-The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+The FAI homepage is http://fai-project.org.
 
 .SH AUTHOR
 This manual page was written by Henning Glawe

Modified: branches/stable/3.4/man/faimond-gui.1
===================================================================
--- branches/stable/3.4/man/faimond-gui.1	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/faimond-gui.1	2010-10-05 15:15:57 UTC (rev 6107)
@@ -17,6 +17,6 @@
 .P
 .br
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use faimond.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use faimond.  The FAI homepage is http://fai-project.org.
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/faimond.8
===================================================================
--- branches/stable/3.4/man/faimond.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/faimond.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -44,6 +44,6 @@
 .SH SEE ALSO
 .br
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use faimond.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use faimond.  The FAI homepage is http://fai-project.org.
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/fcopy.8
===================================================================
--- branches/stable/3.4/man/fcopy.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/fcopy.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -222,7 +222,7 @@
 .br
 
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use fcopy.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use fcopy.  The FAI homepage is http://fai-project.org.
 
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/ftar.8
===================================================================
--- branches/stable/3.4/man/ftar.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/ftar.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -100,7 +100,7 @@
 .br
 
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
-for more information on how to use ftar.  The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+for more information on how to use ftar.  The FAI homepage is http://fai-project.org.
 
 .SH AUTHOR
 Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/man/install_packages.8
===================================================================
--- branches/stable/3.4/man/install_packages.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/install_packages.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -102,7 +102,7 @@
 
 This program is part of FAI (Fully Automatic Installation). See the FAI manual
 for more information on how to use install_packages. The FAI homepage is
-http://www.informatik.uni-koeln.de/fai.
+http://fai-project.org.
 .PD
 .SH FILES
 .PD 0

Modified: branches/stable/3.4/man/make-fai-nfsroot.8
===================================================================
--- branches/stable/3.4/man/make-fai-nfsroot.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/make-fai-nfsroot.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -146,7 +146,7 @@
 
 This program is part of FAI (Fully Automatic Installation).  See the FAI manual
 for more information on how to use make-fai-nfsroot. The FAI homepage is
-http://www.informatik.uni-koeln.de/fai.
+http://fai-project.org.
 .SH FILES
 .PD 0
 .TP

Modified: branches/stable/3.4/man/setup-storage.8
===================================================================
--- branches/stable/3.4/man/setup-storage.8	2010-10-05 15:15:39 UTC (rev 6106)
+++ branches/stable/3.4/man/setup-storage.8	2010-10-05 15:15:57 UTC (rev 6107)
@@ -594,10 +594,10 @@
 media.
 .SH SEE ALSO
 This program is part of FAI (Fully Automatic Installation).
-The FAI homepage is http://www.informatik.uni-koeln.de/fai.
+The FAI homepage is http://fai-project.org.
 
 Further documentation, including coding related information, is maintained
-in a wiki page at http://faiwiki.informatik.uni-koeln.de/index.php/Setup-storage.
+in a wiki page at http://wiki.fai-project.org/index.php/Setup-storage.
 .SH AUTHOR
 FAI is courtesy of Thomas Lange <lange at informatik.uni-koeln.de>. Michael
 Tautschnig <mt at debian.org> contributed the initial version of




More information about the Fai-commit mailing list