]> granicus.if.org Git - apache/commitdiff
fixed awk script to append the NetWare SSL footer only to httpd.conf.
authorGuenter Knauf <fuankg@apache.org>
Tue, 9 Oct 2007 18:50:41 +0000 (18:50 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 9 Oct 2007 18:50:41 +0000 (18:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583261 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 0bb7baf93b23d0084117d94fab542e6c419c418d..39e60e0b66013f1c053f698fe418a13ff9088834 100644 (file)
@@ -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 "