SOURCES: moinmoin-config.patch - data and underlay moved to /var

glen glen at pld-linux.org
Sat Jun 3 11:43:52 CEST 2006


Author: glen                         Date: Sat Jun  3 09:43:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- data and underlay moved to /var

---- Files affected:
SOURCES:
   moinmoin-config.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/moinmoin-config.patch
diff -u SOURCES/moinmoin-config.patch:1.1 SOURCES/moinmoin-config.patch:1.2
--- SOURCES/moinmoin-config.patch:1.1	Fri Jun  2 23:52:58 2006
+++ SOURCES/moinmoin-config.patch	Sat Jun  3 11:43:47 2006
@@ -107,3 +107,22 @@
    </body>
  </html>
  
+--- moin-1.5.3/wiki/config/wikiconfig.py	2006-02-04 23:20:20.000000000 +0200
++++ moin-1.5.3/wiki/config/wikiconfig.py	2006-06-03 12:24:58.468604858 +0300
+@@ -65,14 +65,14 @@
+ 
+     # Where your mutable wiki pages are. You want to make regular
+     # backups of this directory.
+-    data_dir = './data/'
++    data_dir = '/var/lib/moin/data/'
+ 
+     # Where read-only system and help page are. You might want to share
+     # this directory between several wikis. When you update MoinMoin,
+     # you can safely replace the underlay directory with a new one. This
+     # directory is part of MoinMoin distribution, you don't have to
+     # backup it.
+-    data_underlay_dir = './underlay/'
++    data_underlay_dir = '/var/lib/moin/underlay/'
+ 
+     # This must be '/wiki' for twisted and standalone. For CGI, it should
+     # match your Apache Alias setting.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/moinmoin-config.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list