From 4d57f4ae8f818a61e845b27b5ba892eed950e55b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 10 Oct 2007 00:06:46 +0000 Subject: [PATCH] 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 --- build/mkconfNW.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.47.2