]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rename ssl-std.conf to match Makefile.in's installation action
authorMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 10:15:37 +0000 (10:15 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 10:15:37 +0000 (10:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91347 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in
docs/conf/ssl-std.conf [moved from docs/conf/ssl_std.conf with 100% similarity]

index 17b53ff84d7c21f4d69b284013c22d772f6d941d..9a94569b96607851a3ffd3c3a4cbcd280c2c9fb2 100644 (file)
@@ -35,6 +35,7 @@ install-conf:
                $(INSTALL_DATA) $$i $(sysconfdir); \
        done; \
        for i in *-std* ldap.conf proxy.conf ssl.conf; do \
+               [ -f $$i ] || continue; \
                sed -e 's#@@ServerRoot@@#$(prefix)#g' \
                    -e 's#@@Port@@#$(PORT)#g' \
                        < $$i > $(sysconfdir)/$$i; \