freebsd-ports/sysutils/webmin/files/patch-apache::config-freebsd
Jimmy Olgeni f5e6ab76e0 Update port to version 0.950 (with "status", "sendmail" and
"cluster-software" module patches).

Make port LOCALBASE independent (ports/35945).

PR:		35945 (modified)
Submitted by:	Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
2002-04-02 10:21:34 +00:00

21 lines
758 B
Text

--- apache/config-freebsd.orig Sat Mar 16 06:33:19 2002
+++ apache/config-freebsd Sat Mar 16 06:33:52 2002
@@ -1,11 +1,11 @@
show_list=0
-httpd_dir=/usr/local/etc/apache
-httpd_path=/usr/local/sbin/httpd
-apachectl_path=/usr/local/sbin/apachectl
-httpd_conf=/usr/local/etc/apache/httpd.conf
-mime_types=/usr/local/etc/apache/mime.types
-srm_conf=/usr/local/etc/apache/srm.conf
-access_conf=/usr/local/etc/apache/access.conf
+httpd_dir=%%PREFIX%%/etc/apache
+httpd_path=%%PREFIX%%/sbin/httpd
+apachectl_path=%%PREFIX%%/sbin/apachectl
+httpd_conf=%%PREFIX%%/etc/apache/httpd.conf
+mime_types=%%PREFIX%%/etc/apache/mime.types
+srm_conf=%%PREFIX%%/etc/apache/srm.conf
+access_conf=%%PREFIX%%/etc/apache/access.conf
show_order=0
max_servers=100
test_config=1