[D-community-commits] r131 - trunk/fai-config-dir/scripts/WEBSERVER

h01ger-guest at alioth.debian.org h01ger-guest at alioth.debian.org
Sat Jun 30 11:01:53 UTC 2007


Author: h01ger-guest
Date: 2007-06-30 11:01:53 +0000 (Sat, 30 Jun 2007)
New Revision: 131

Modified:
   trunk/fai-config-dir/scripts/WEBSERVER/10-ikiwiki
Log:
from the ikiwiki 2.3 changelog:

   * Correct a longstanding bug that could cause the edit form to be empty.
     This turns out to have occured if the cgi wrapper was created by an
     ikiwiki invocation that included --rebuild. Thanks to Carl Worth for
     tracking that down.


Modified: trunk/fai-config-dir/scripts/WEBSERVER/10-ikiwiki
===================================================================
--- trunk/fai-config-dir/scripts/WEBSERVER/10-ikiwiki	2007-06-30 10:57:20 UTC (rev 130)
+++ trunk/fai-config-dir/scripts/WEBSERVER/10-ikiwiki	2007-06-30 11:01:53 UTC (rev 131)
@@ -21,6 +21,6 @@
 # for cgi-support
 $ROOTCMD ln -sf /etc/apache2/mods-available/cgi.load /etc/apache2/mods-enabled/
 
-# rebuild the wiki
-$ROOTCMD su - ikiwiki -c "ikiwiki --rebuild --setup .ikiwiki/ikiwiki.setup"
+# build the wiki
+$ROOTCMD su - ikiwiki -c "ikiwiki --setup .ikiwiki/ikiwiki.setup"
 




More information about the D-community-commits mailing list