Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2011 01:27:00 GMT
From:      Benjamin Lee <ben@b1c1l1.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157676: security/pam_krb5 leaves leftover lib/security directory
Message-ID:  <201106070127.p571R02V050325@red.freebsd.org>
Resent-Message-ID: <201106070130.p571UDqv033059@freefall.freebsd.org>

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

>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@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
+@dirrmtry lib/security


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



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