diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2007-02-01 00:55:44 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2007-02-01 00:55:44 +0100 |
commit | ba4156cadd9cdd03d0c94d8a8199f200f327ef6c (patch) | |
tree | 681f06395819852a7449eee68243f80f34487f76 /build/mkconfNW.awk | |
parent | * server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPT (diff) | |
download | apache2-ba4156cadd9cdd03d0c94d8a8199f200f327ef6c.tar.xz apache2-ba4156cadd9cdd03d0c94d8a8199f200f327ef6c.zip |
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files
Submitted by: Guenter Knauf <fuankg apache org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@502051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/mkconfNW.awk')
-rw-r--r-- | build/mkconfNW.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 9fef967999..cab38801e5 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -15,7 +15,7 @@ BEGIN { - A["ServerRoot"] = "SYS:/APACHE2" + A["ServerRoot"] = "SYS:/"BDIR A["Port"] = "80" A["cgidir"] = "cgi-bin" A["logfiledir"] = "logs" |