Skip to content

Commit

Permalink
Comments, quick summary of preserveperms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Karbowski committed Mar 6, 2011
1 parent 43d9ac7 commit 46b50fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bashrc
Expand Up @@ -65,6 +65,10 @@ localpatch() {
}

preserveperms() {
# Restore permissions from the real system into newly installed files.
# This code works only with basic permissions such us mode, owner and group.
# Some 'Preserve perms' logs may be because ebuilds are changing permissions not into $D
# but in pkg_* functions on real filesystem, which is wrong, For example app-misc/screen doing it.

myelog(){
ewarn "$@"
Expand Down

0 comments on commit 46b50fa

Please sign in to comment.