You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/10/10 02:06:46 UTC

svn commit: r583329 - /httpd/httpd/branches/2.2.x/build/mkconfNW.awk

Author: fuankg
Date: Tue Oct  9 17:06:46 2007
New Revision: 583329

URL: http://svn.apache.org/viewvc?rev=583329&view=rev
Log:
fixed awk script to append the NetWare SSL footer only to httpd.conf.
(agreed with bnicholes to backport r583261)

Modified:
    httpd/httpd/branches/2.2.x/build/mkconfNW.awk

Modified: httpd/httpd/branches/2.2.x/build/mkconfNW.awk
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/mkconfNW.awk?rev=583329&r1=583328&r2=583329&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/mkconfNW.awk (original)
+++ httpd/httpd/branches/2.2.x/build/mkconfNW.awk Tue Oct  9 17:06:46 2007
@@ -135,7 +135,7 @@
 
 
 END {
-    if (!BSDSKT) {
+    if ((ARGV[1] ~ /httpd.conf.in/) && !BSDSKT) { 
        print ""
        print "#"
        print "# SecureListen: Allows you to securely bind Apache to specific IP addresses "