From 635dc6351fb0c47d52ac139e0c83a05b9cb1f3df Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 9 Oct 2007 18:50:41 +0000 Subject: [PATCH] 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 --- build/mkconfNW.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.50.1