From ed0213029e908ad7bde580534f32ad04a80a3aad Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 11 May 2002 03:30:23 +0000 Subject: One @unexec was misplaced in pkg-plist --- www/apache13/Makefile | 2 +- www/apache13/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache13') 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 -- cgit v1.2.3