openbsd-ports/www/apache-httpd/patches/patch-support_apachectl_in
deanna 9e2f1377c6 - stop setting SYSCONFDIR
- put config files in /etc/apache2 instead of /var since this is not
chrooted

- make a couple of comments that refer to 'httpd' refer to 'httpd2'
instead

- don't install the build makefiles

ideas from bernd@ and steven@, ok steven@
2006-12-25 20:40:02 +00:00

15 lines
602 B
Plaintext

$OpenBSD: patch-support_apachectl_in,v 1.1 2006/12/25 20:40:02 deanna Exp $
--- support/apachectl.in.orig Sun Dec 17 11:13:02 2006
+++ support/apachectl.in Sun Dec 17 11:13:38 2006
@@ -82,8 +82,8 @@ start|stop|restart|graceful|graceful-sto
;;
startssl|sslstart|start-SSL)
echo The startssl option is no longer supported.
- echo Please edit httpd.conf to include the SSL configuration settings
- echo and then use "apachectl start".
+ echo Please edit httpd2.conf to include the SSL configuration settings
+ echo and then use "apachectl2 start".
ERROR=2
;;
configtest)