Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2011 22:35:02 +0300
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153857: [patch] mail/qpopper proper usage of @dirrmtry macro
Message-ID:  <E1PcNWA-000Og3-5Z@sunner.semmy.ru>
Resent-Message-ID: <201101101940.p0AJe9w3057509@freefall.freebsd.org>

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

>Number:         153857
>Category:       ports
>Synopsis:       [patch] mail/qpopper proper usage of @dirrmtry macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 19:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 7.3-RELEASE-p1 i386
>Organization:
>Environment:


	
>Description:
	@dirrmtry expand itself as
		@unexec rmdir %D/<dir> 2>/dev/null || true
	so, you don't need anything extra.
	If you want notify users about some stuff which the should made by hand
	use proper solution.

	
>How-To-Repeat:
	
>Fix:

	

--- qpopper.diff begins here ---
Index: qpopper/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/qpopper/pkg-plist,v
retrieving revision 1.19
diff -u -r1.19 pkg-plist
--- qpopper/pkg-plist	31 Jan 2010 03:44:30 -0000	1.19
+++ qpopper/pkg-plist	10 Jan 2011 19:31:11 -0000
@@ -8,4 +8,4 @@
 etc/qpopper.config.sample
 %%PORTDOCS%%%%DOCSDIR%%/GUIDE.pdf
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry %%ETCDIR%% || echo "If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files and logs left." | fmt
+@dirrmtry %%ETCDIR%%
--- qpopper.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?E1PcNWA-000Og3-5Z>