]> granicus.if.org Git - apache/commitdiff
Make sure we run the new conf files through sed.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 5 Oct 2001 03:27:56 +0000 (03:27 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 5 Oct 2001 03:27:56 +0000 (03:27 +0000)
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

index 6c66c8a00213532c833b4549226d7870bae66341..17b53ff84d7c21f4d69b284013c22d772f6d941d 100644 (file)
@@ -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; \