commit ba142d5fb9a1df13ec866aa31a95dd28a9342d56
parent dd01f143dba046a1c71ffb938a4680712c03a458
Author: uriel@engel.se.cat-v.org <unknown>
Date: Sun, 11 Jan 2009 07:41:24 +0100
Minor updates to initrc comments.
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/etc/initrc b/etc/initrc
@@ -1,10 +1,9 @@
# This file contains the default werc settings.
#
-# To change any of this settings globally, copy them to etc/initrc.local and
-# customize them there.
+# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will.
#
-# Some settings can also be set for a specific site in their respective
-# _werc/config or their master-site _werc/config file.
+# Some settings can also be set for a specific site or directory in their
+# respective _werc/config or their $masterSite/_werc/config file.
# General options
@@ -25,7 +24,7 @@ formatter=(fproc_cache.rc markdown.pl)
# Enable debugging, to disable set to ()
debug=true
-# Globablly enabled apps
+# Globally enabled apps
enabled_apps=( blagh )
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.