summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>2000-04-05 23:06:19 +0000
committerPaul Richards <paul@FreeBSD.org>2000-04-05 23:06:19 +0000
commit2e4b0566cb81146582c11baf885e2f0e987119bb (patch)
tree26efe40f172bef2c72ef981d9d093841c28dbc10 /www
parentAdd better sshd startup scripts; specifically, allow restarting and (diff)
The wildcard removal of config files in post-install was removing
all config files rather than just the old default files.
Notes
Notes: svn path=/head/; revision=27352
Diffstat (limited to 'www')
-rw-r--r--www/apache13-modssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index 9f286e2b79e3..795115b42e8a 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -123,8 +123,8 @@ certificate:
&& ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY}
post-install:
- @${RM} -f ${PREFIX}/etc/apache/access.conf*
- @${RM} -f ${PREFIX}/etc/apache/srm.conf*
+ @${RM} -f ${PREFIX}/etc/apache/access.conf.*
+ @${RM} -f ${PREFIX}/etc/apache/srm.conf.*
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \