move the dir with the build files out of /var/apache2 and into
/usr/local/share/apache2. based on a suggestion from robert@
This commit is contained in:
parent
25265ec03a
commit
03c4a75eba
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/01/05 22:22:04 dlg Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/01/05 22:57:11 dlg Exp $
|
||||
|
||||
COMMENT= "apache HTTP server"
|
||||
|
||||
V= 2.2.3
|
||||
PKGNAME= apache-httpd-${V}p4
|
||||
PKGNAME= apache-httpd-${V}p5
|
||||
DISTNAME= httpd-${V}
|
||||
|
||||
CATEGORIES= www net
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-config_layout,v 1.2 2006/12/25 20:40:02 deanna Exp $
|
||||
--- config.layout.orig Sun Nov 21 13:50:36 2004
|
||||
+++ config.layout Sun Dec 10 20:33:02 2006
|
||||
$OpenBSD: patch-config_layout,v 1.3 2007/01/05 22:57:11 dlg Exp $
|
||||
--- config.layout.orig Mon Nov 22 04:50:36 2004
|
||||
+++ config.layout Sat Jan 6 08:29:31 2007
|
||||
@@ -252,26 +252,26 @@
|
||||
|
||||
# OpenBSD Layout
|
||||
@ -31,7 +31,7 @@ $OpenBSD: patch-config_layout,v 1.2 2006/12/25 20:40:02 deanna Exp $
|
||||
+ mandir: ${exec_prefix}/man
|
||||
+ datadir: /var/apache2
|
||||
+ sysconfdir: %%CONFDIR%%
|
||||
+ installbuilddir: ${datadir}/build
|
||||
+ installbuilddir: ${exec_prefix}/share/apache2/build
|
||||
+ errordir: ${datadir}/error
|
||||
+ iconsdir: ${datadir}/icons
|
||||
+ htdocsdir: ${datadir}/htdocs
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/01/05 22:22:04 dlg Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2007/01/05 22:57:11 dlg Exp $
|
||||
@newgroup _apache2:576
|
||||
@newuser _apache2:576:576:daemon:Apache HTTP Server:/var/empty:/sbin/nologin
|
||||
include/apache2/
|
||||
@ -75,6 +75,17 @@ sbin/httpd2
|
||||
sbin/httxt2dbm
|
||||
sbin/logresolve2
|
||||
sbin/rotatelogs2
|
||||
share/apache2/
|
||||
share/apache2/build/
|
||||
share/apache2/build/config.nice
|
||||
share/apache2/build/config_vars.mk
|
||||
share/apache2/build/instdso.sh
|
||||
share/apache2/build/library.mk
|
||||
share/apache2/build/ltlib.mk
|
||||
share/apache2/build/mkdir.sh
|
||||
share/apache2/build/program.mk
|
||||
share/apache2/build/rules.mk
|
||||
share/apache2/build/special.mk
|
||||
share/doc/apache2/
|
||||
share/doc/apache2/LICENSE
|
||||
share/doc/apache2/bind.html
|
||||
@ -809,26 +820,6 @@ share/doc/apache2/vhosts/name-based.html.ja.euc-jp
|
||||
share/doc/apache2/vhosts/name-based.html.ko.euc-kr
|
||||
share/examples/apache2/
|
||||
@sample /var/apache2/
|
||||
share/examples/apache2/build/
|
||||
@sample /var/apache2/build/
|
||||
share/examples/apache2/build/config.nice
|
||||
@sample /var/apache2/build/config.nice
|
||||
share/examples/apache2/build/config_vars.mk
|
||||
@sample /var/apache2/build/config_vars.mk
|
||||
share/examples/apache2/build/instdso.sh
|
||||
@sample /var/apache2/build/instdso.sh
|
||||
share/examples/apache2/build/library.mk
|
||||
@sample /var/apache2/build/library.mk
|
||||
share/examples/apache2/build/ltlib.mk
|
||||
@sample /var/apache2/build/ltlib.mk
|
||||
share/examples/apache2/build/mkdir.sh
|
||||
@sample /var/apache2/build/mkdir.sh
|
||||
share/examples/apache2/build/program.mk
|
||||
@sample /var/apache2/build/program.mk
|
||||
share/examples/apache2/build/rules.mk
|
||||
@sample /var/apache2/build/rules.mk
|
||||
share/examples/apache2/build/special.mk
|
||||
@sample /var/apache2/build/special.mk
|
||||
share/examples/apache2/cgi-bin/
|
||||
@sample /var/apache2/cgi-bin/
|
||||
share/examples/apache2/cgi-bin/printenv
|
||||
|
Loading…
Reference in New Issue
Block a user