Commit 590323c4 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Rename ssl-std.conf to match Makefile.in's installation action


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91347 13f79535-47bb-0310-9956-ffa450edef68
parent 6ee818d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; \
+0 −0

File moved.