diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 12:07:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 12:07:37 -0400 |
commit | 618123e77322ea002cde9b80cce269b1960b574d (patch) | |
tree | 4b4d892bca00ff208854540ad436cfff53da97d4 /debian | |
parent | 4112f3f7426cf4a647d7fb034b70f7e912235e20 (diff) |
store all permissions of files and directories, even those with standard permissions of 644 and 755
This is unfortunately necessary in order to support etckeeper init on a
checkout that was made with a nonstandard umask, in which case the files
that were expected to be 644 and 755, won't be. Closes: #649701
Thanks to Дмитрий Матросов for reporting the bug and developing a fixup
script (attached to the bug) which could be used if you've already
encountered this problem.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7773187..95b32c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +etckeeper (0.58) UNRELEASED; urgency=low + + * Changed to store all permissions of files and directories, even those + with standard permissions of 644 and 755. This is unfortunately necessary + in order to support etckeeper init on a checkout that was made with a + nonstandard umask, in which case the files that were expected to be + 644 and 755, won't be. Closes: #649701 + Thanks to Дмитрий Матросов for reporting the bug and developing + a fixup script (attached to the bug) which could be used if you've + already encountered this problem. + + -- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400 + etckeeper (0.57) unstable; urgency=low * Use find -path instead of less portable find -wholename. |