summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-05-11 03:30:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-05-11 03:30:23 +0000
commited0213029e908ad7bde580534f32ad04a80a3aad (patch)
tree04427fafbadb3a2c5fb9b33e50d843c47770496f /www
parentUpgrade to 4.28 (diff)
One @unexec was misplaced in pkg-plist
Notes
Notes: svn path=/head/; revision=58892
Diffstat (limited to 'www')
-rw-r--r--www/apache13/Makefile2
-rw-r--r--www/apache13/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 1c77619423f2..0b63b115bf37 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apache
PORTVERSION= 1.3.24
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/httpd/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist
index 4d9e1ad9e23f..4e1a858d9cad 100644
--- a/www/apache13/pkg-plist
+++ b/www/apache13/pkg-plist
@@ -18,9 +18,9 @@ etc/apache/mime.types.default
@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi
etc/apache/srm.conf.default
@exec [ -f %B/srm.conf ] || cp %B/%f %B/srm.conf
+@unexec if cmp -s %D/etc/rc.d/apache.sh %D/etc/rc.d/apache.sh.default; then rm -f %D/etc/rc.d/apache.sh; fi
etc/rc.d/apache.sh.default
@exec [ -f %B/apache.sh ] || ( cp %B/%f %B/apache.sh; chmod 755 %B/apache.sh )
-@unexec if cmp -s %D/etc/rc.d/apache.sh %D/etc/rc.d/apache.sh.default; then rm -f %D/etc/rc.d/apache.sh; fi
include/apache/ap.h
include/apache/ap_alloc.h
include/apache/ap_compat.h