$NetBSD: patch-ak,v 1.3 2002/08/25 21:51:57 jlam Exp $

--- docs/conf/httpd-std.conf.in.orig	Wed Apr 24 16:24:35 2002
+++ docs/conf/httpd-std.conf.in
@@ -24,9 +24,9 @@
 # Configuration and logfile names: If the filenames you specify for many
 # of the server's control files begin with "/" (or "drive:/" for Win32), the
 # server will use that explicit path.  If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so "@rel_logfiledir@/foo.log"
+# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
 # with ServerRoot set to "@@ServerRoot@@" will be interpreted by the
-# server as "@@ServerRoot@@/@rel_logfiledir@/foo.log".
+# server as "@@ServerRoot@@/logs/foo.log".
 #
 
 ### Section 1: Global Environment
@@ -54,7 +54,7 @@
 #
 <IfModule !mpm_winnt.c>
 <IfModule !mpm_netware.c>
-#LockFile @rel_logfiledir@/accept.lock
+#LockFile @rel_runtimedir@/accept.lock
 </IfModule>
 </IfModule>
 
@@ -68,7 +68,7 @@
 #
 <IfModule !mpm_netware.c>
 <IfModule !perchild.c>
-#ScoreBoardFile @rel_logfiledir@/apache_runtime_status
+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status
 </IfModule>
 </IfModule>