Date: Tue, 22 May 2001 01:34:55 -0500 (CDT) From: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org Subject: ports/27532: UPDATE www/apache13 Message-ID: <20010522063455.D8C6A10F410@leviathan.inethouston.net>
next in thread | raw e-mail | index | archive | help
>Number: 27532 >Category: ports >Synopsis: UPDATE www/apache13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 23:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Try to clean up httpd.conf.bak on uninstall of apache, which is usually a left over from DSO's I don't get any errors, but I'd definitely like the maintainer at the least to review it >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13/pkg-plist,v retrieving revision 1.32 diff -u -r1.32 pkg-plist --- pkg-plist 2001/03/06 22:51:34 1.32 +++ pkg-plist 2001/05/22 06:32:57 @@ -5,6 +5,8 @@ etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf @unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi +@unexec [ -f %B/httpd.conf.bak ] && if cmp -s %D/etc/apache/httpd.conf.bak %D/etc/apache/httpd.conf; then rm -f %D/etc/apache/httpd.conf; fi +@unexec [ -f %B/httpd.conf.bak ] && rm -f %D/etc/apache/httpd.conf.bak etc/apache/httpd.conf.default @exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010522063455.D8C6A10F410>