summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c <tilman@web>2016-03-06 15:04:27 +0000
committeradmin <admin@branchable.com>2016-03-06 15:04:27 +0000
commit2f16af3b2a82238816a5b83c6e530c8bc03aef00 (patch)
tree0330468cc21fe8463e8a27e760314e7d335660a5
parentb7004d16dcbe6c8207c889cf7454bf6b75b06f0d (diff)
-rw-r--r--doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn5
1 files changed, 5 insertions, 0 deletions
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
new file mode 100644
index 0000000..6b076af
--- /dev/null
+++ b/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn
@@ -0,0 +1,5 @@
+Pacman 5 calls its hooks in alphabetical order. The hooks I added in my previous patch (see [[__91__Patch__93___Support_Pacman_5.x_hooks]])
+have no numerical prefix -- which are needed in order to ensure that pacman calls the hooks as late as possible (i. e. after all other hooks).
+
+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>