$OpenBSD: patch-lib_TWiki_cfg,v 1.2 2005/08/02 22:19:06 aanriot Exp $
--- lib/TWiki.cfg.orig	Thu Jul 14 10:25:57 2005
+++ lib/TWiki.cfg	Thu Jul 14 10:27:08 2005
@@ -69,11 +69,11 @@ $dispViewPath     = "/view";
 #                   %PUBURLPATH% : Public data URL path for TWiki (root of attachments) :
 $pubUrlPath       = "/twiki/pub";
 #                   Public data directory (file path not URL), must match $pubUrlPath :
-$pubDir           = "/home/httpd/twiki/pub";
+$pubDir           = "%%WWWDOCDIR%%/pub";
 #                   Template directory :
-$templateDir      = "/home/httpd/twiki/templates";
+$templateDir      = "%%WWWDOCDIR%%/templates";
 #                   Data (topic files) root directory (file path not URL):
-$dataDir          = "/home/httpd/twiki/data";
+$dataDir          = "%%WWWDOCDIR%%/data";
 #                   Log directory for log files, debug and warning files. Default "$dataDir" :
 $logDir           = "$dataDir";
 
@@ -210,9 +210,9 @@ $storeTopicImpl = "RcsWrap"; 
 #                   Unix ls command :  (deprecated since 01 Nov 2003)
 $lsCmd            = "/bin/ls";
 #                   Unix egrep command :
-$egrepCmd         = "/bin/egrep";
+$egrepCmd         = "/usr/bin/egrep";
 #                   Unix fgrep command :
-$fgrepCmd         = "/bin/fgrep";
+$fgrepCmd         = "/usr/bin/fgrep";
 
 #display Time in the following timezones (this only effects the display of times, all internal storage is still in GMT)
 # gmtime / servertime
