ports/157676: security/pam_krb5 leaves leftover lib/security directory

Benjamin Lee ben at b1c1l1.com
Tue Jun 7 01:30:13 UTC 2011


>Number:         157676
>Category:       ports
>Synopsis:       security/pam_krb5 leaves leftover lib/security directory
>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:   Tue Jun 07 01:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Lee
>Release:        8.2-RELEASE
>Organization:
>Environment:
FreeBSD eclipse.b1c1l1.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The security/pam_krb5 port leaves a leftover lib/security directory when it is deleted.

Adding @dirrmtry lib/security to the pkg-plist resolves this.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/security/pam_krb5/pkg-plist pam_krb5/pkg-plist
--- /usr/ports/security/pam_krb5/pkg-plist	2010-05-09 05:29:15.910474000 -0700
+++ pam_krb5/pkg-plist	2011-06-06 18:22:18.282945921 -0700
@@ -1,2 +1,3 @@
 lib/security/pam_krb5.so
 lib/security/pam_krb5.la
+ at dirrmtry lib/security


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list