diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-10-09 20:50:41 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-10-09 20:50:41 +0200 |
commit | 635dc6351fb0c47d52ac139e0c83a05b9cb1f3df (patch) | |
tree | 5b0c9890ea6e98458a4578eb2f4cb1067e9c92bf /build/mkconfNW.awk | |
parent | Remove outdated warning (diff) | |
download | apache2-635dc6351fb0c47d52ac139e0c83a05b9cb1f3df.tar.xz apache2-635dc6351fb0c47d52ac139e0c83a05b9cb1f3df.zip |
fixed awk script to append the NetWare SSL footer only to httpd.conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583261 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 0bb7baf93b..39e60e0b66 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -136,7 +136,7 @@ match ($0,/@nonssl_.*@/) { END { - if (!BSDSKT) { + if ((ARGV[1] ~ /httpd.conf.in/) && !BSDSKT) { print "" print "#" print "# SecureListen: Allows you to securely bind Apache to specific IP addresses " |