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
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; \