]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixed awk script to append the NetWare SSL footer only to httpd.conf.
authorGuenter Knauf <fuankg@apache.org>
Wed, 10 Oct 2007 00:06:46 +0000 (00:06 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 10 Oct 2007 00:06:46 +0000 (00:06 +0000)
(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

index 57274ba7f51cc30f5da2568bc7bee97afb9c55bc..20f3bb466a5631dbbd8c8a921d3bfe1fbf6767ef 100644 (file)
@@ -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 "