From 3e67afb1b37ae467fe95963dfd77e957ba3ac869 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 5 Oct 2001 03:27:56 +0000 Subject: Make sure we run the new conf files through sed. Now, the question is whether it might make more sense to have them as ssl-std.conf, ldap-std.conf, and proxy-std.conf. (I'm also not sure if this is even shell portable or not.) I'll leave that up to OtherBill since he added these files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91303 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6c66c8a002..17b53ff84d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ install-conf: for i in mime.types magic; do \ $(INSTALL_DATA) $$i $(sysconfdir); \ done; \ - for i in *-std*; do \ + for i in *-std* ldap.conf proxy.conf ssl.conf; do \ sed -e 's#@@ServerRoot@@#$(prefix)#g' \ -e 's#@@Port@@#$(PORT)#g' \ < $$i > $(sysconfdir)/$$i; \ -- cgit v1.2.3