diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 13:30:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 13:30:10 -0400 |
commit | ff5a3f5bbb2c6238a21c20683e20ec6f1093a385 (patch) | |
tree | 8e48e4884a826c1df9aa5de68b11546d6b2c809f | |
parent | 6deeafa7127b2c31cfd60e3f857db381a2e838d7 (diff) |
Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman Blumenbach.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7952bc7..33f2755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ etckeeper (1.18.4) UNRELEASED; urgency=medium * Optimised find for special and hard linked files. Thanks, Rike-Benjamin Schuppner. + * Make Pacman 5 call etckeeper hooks as late as possible. + Thanks, Tilman Blumenbach. -- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 11:12:08 -0400 diff --git a/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn b/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn index 08f6721..59a42c8 100644 --- a/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn +++ b/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn @@ -3,3 +3,5 @@ have no numerical prefix -- which is needed in order to ensure that Pacman calls My patch remedies that minor issue by adding the proper numerical prefix to the filenames of the Pacman 5 hooks. It may be found here: <https://github.com/Tblue/etckeeper/commit/33b2d1edb9dac1ad04cf8ab100b8edff0b004dd1.patch> + +> [[done]] thanks --[[Joey]] |