summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2001-10-08 12:15:37 +0200
committerMartin Kraemer <martin@apache.org>2001-10-08 12:15:37 +0200
commite04745a32a903b94f2eee71e6a9c32fc6d6ec1b9 (patch)
treef3e771d2e3d23cb71c6d9889c73bcce7651de04f
parent Great badness - not a good idea to return OK when you don't modify the (diff)
downloadapache2-e04745a32a903b94f2eee71e6a9c32fc6d6ec1b9.tar.xz
apache2-e04745a32a903b94f2eee71e6a9c32fc6d6ec1b9.zip
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
-rw-r--r--Makefile.in1
-rw-r--r--docs/conf/ssl-std.conf (renamed from docs/conf/ssl_std.conf)0
2 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 17b53ff84d..9a94569b96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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; \
diff --git a/docs/conf/ssl_std.conf b/docs/conf/ssl-std.conf
index e69de29bb2..e69de29bb2 100644
--- a/docs/conf/ssl_std.conf
+++ b/docs/conf/ssl-std.conf