Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 21:46:10 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95491: [PATCH] shells/wapsh - fix pointyhat mtree failure
Message-ID:  <1144442770.86424@charon.picobyte.net>
Resent-Message-ID: <200604072050.k37KoD4h011612@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95491
>Category:       ports
>Synopsis:       [PATCH] shells/wapsh - fix pointyhat mtree failure
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 20:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

${PREFIX}/www/data directory is created in the absence of an apache
install, but not removed.

>How-To-Repeat:

>Fix:

Trivial fix:

--- wapsh.diff begins here ---
--- pkg-plist.orig	Fri Apr  7 02:29:29 2006
+++ pkg-plist	Fri Apr  7 21:34:37 2006
@@ -95,3 +95,4 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/user_guide
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%
+@dirrmtry www/data
--- wapsh.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1144442770.86424>