[Fai-commit] r5128 - in trunk: debian examples/simple/scripts/FAISERVER

lange at alioth.debian.org lange at alioth.debian.org
Sat Sep 6 18:11:22 UTC 2008


Author: lange
Date: 2008-09-06 18:11:21 +0000 (Sat, 06 Sep 2008)
New Revision: 5128

Modified:
   trunk/debian/changelog
   trunk/examples/simple/scripts/FAISERVER/20-copy-mirror
Log:
20-copy-mirror: set correct symlink, add comment

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-09-06 18:09:31 UTC (rev 5127)
+++ trunk/debian/changelog	2008-09-06 18:11:21 UTC (rev 5128)
@@ -47,6 +47,7 @@
     - 10-misc: remove tune2fs call, now done by new partition tool
     - use lenny in FAISERVER class
     - remove empty directory /etc/X11 to make lintian happy
+    - 20-copy-mirror: set correct symlink, add comment
   * update to standards version 3.8.0, no changes needed
   * update the package description (closes: #496113)
   * rules: Don't ignore errors from make clean

Modified: trunk/examples/simple/scripts/FAISERVER/20-copy-mirror
===================================================================
--- trunk/examples/simple/scripts/FAISERVER/20-copy-mirror	2008-09-06 18:09:31 UTC (rev 5127)
+++ trunk/examples/simple/scripts/FAISERVER/20-copy-mirror	2008-09-06 18:11:21 UTC (rev 5128)
@@ -9,7 +9,7 @@
 cp -a /media/mirror/* $target/var/www/debian
 
 cd $target/var/www/debian/dists
-#ln -s stable lenny
-ln -s testing lenny
+# this link can only work when lenny is released. For testing before the release use : ln -s testing lenny
+ln -s stable lenny
 
 fcopy -v /etc/rc2.d/S99fai-setup




More information about the Fai-commit mailing list