Date: Thu, 21 Jun 2001 11:10:02 -0400 (EDT) From: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28319: Fix pkg-plist for www/cgiwrap Message-ID: <200106211510.f5LFA2g64588@tol.netreach.net>
next in thread | raw e-mail | index | archive | help
>Number: 28319 >Category: ports >Synopsis: Fix pkg-plist for www/cgiwrap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 08:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.2-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: FreeBSD tol.netreach.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Jan 28 13:01:14 EST 2001 root@tol.netreach.net:/usr/obj/usr/src/sys/TOL i386 >Description: www and www/cgi-bin aren't in mtree; remove them if possible. >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-full/cgiwrap-3.6.4.log >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/cgiwrap/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/06/10 15:40:48 1.4 +++ pkg-plist 2001/06/21 15:05:02 @@ -21,3 +21,5 @@ www/cgi-bin/nph-cgiwrap www/cgi-bin/nph-cgiwrapd %%PORTDOCS%%@dirrm share/doc/cgiwrap +@unexec rmdir %D/www/cgi-bin 2>/dev/null || true +@unexec rmdir %D/www 2>/dev/null || true >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?200106211510.f5LFA2g64588>