From: Guenter Knauf Date: Tue, 9 Oct 2007 18:50:41 +0000 (+0000) Subject: fixed awk script to append the NetWare SSL footer only to httpd.conf. X-Git-Tag: 2.3.0~1341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=635dc6351fb0c47d52ac139e0c83a05b9cb1f3df;p=apache 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 --- 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 "