>Number:         155148
>Category:       conf
>Synopsis:       [patch] mark /usr/local as nochange in mtree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 01 11:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
After r196767 /usr/local is governed by ports tree,
i.e. Templates/BSD.local.dist, BSD.gnome.dist, etc.

So, don't try to alter permissions on the directory or issue a warning,
e.g. if it is symlink and points to /dev/null.
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: etc/mtree/BSD.usr.dist
===================================================================
--- etc/mtree/BSD.usr.dist      (revision 219090)
+++ etc/mtree/BSD.usr.dist      (working copy)
@@ -51,7 +51,7 @@
         sm.bin
         ..
     ..
-    local
+    local           nochange
     ..
     obj             nochange
     ..
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to