From: Guenter Knauf Date: Wed, 10 Oct 2007 00:06:46 +0000 (+0000) Subject: fixed awk script to append the NetWare SSL footer only to httpd.conf. X-Git-Tag: 2.2.7~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d57f4ae8f818a61e845b27b5ba892eed950e55b;p=thirdparty%2Fapache%2Fhttpd.git fixed awk script to append the NetWare SSL footer only to httpd.conf. (agreed with bnicholes to backport r583261) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583329 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 57274ba7f51..20f3bb466a5 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -135,7 +135,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 "