Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 23:44:17 +0100 (CET)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        andy@fud.org.nz
Subject:   ports/76443: Update port: net/freeradius - fix packing list
Message-ID:  <20050118224417.98C55119D6@gate.xbsd.org>
Resent-Message-ID: <200501182250.j0IMoMlE076066@freefall.freebsd.org>

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

>Number:         76443
>Category:       ports
>Synopsis:       Update port: net/freeradius - fix packing list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 18 22:50:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Xbsd.org
>Environment:

System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386

>Description:

Fix packing list.

Maintainer cc'ed.

>How-To-Repeat:

N/A

>Fix:

--- freeradius.diff begins here ---
--- pkg-plist.orig	Tue Jan 18 23:41:04 2005
+++ pkg-plist	Tue Jan 18 23:42:20 2005
@@ -433,4 +433,4 @@
 @unexec rm -fr /var/log/raddb
 @exec mkdir -p /var/run/radiusd
 @unexec rm -fr /var/run/radiusd
-@unexec echo "You should remove %D/etc/raddb if you don't need it anymore."
+@unexec rmdir %D/etc/raddb 2> /dev/null || echo "You should remove %D/etc/raddb if you don't need it anymore."
--- freeradius.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?20050118224417.98C55119D6>