From bc0d5b63f6c4762b7d39fb32b525f977015ff4b3 Mon Sep 17 00:00:00 2001 From: David Alexander Date: Fri, 11 Nov 2016 02:46:00 -0500 Subject: Run hooks in a defined order Run the hooks in alphabetical order so that people can more predictably manage their hooks. While here, clean up the NEWS.md.in. --- man/rcdn.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'man/rcdn.1') diff --git a/man/rcdn.1 b/man/rcdn.1 index fabd9a3..df83e60 100644 --- a/man/rcdn.1 +++ b/man/rcdn.1 @@ -47,7 +47,15 @@ and These hooks are run each time .Nm is run and therefore must be idempotent. -. +.Pp +Hooks will be executed one at a time, sorted alphabetically. For instance, +.Pa hooks/pre-down/animals +will run before +.Pa hooks/pre-down/aquariums , +and +.Pa hooks/pre-down/4-eyes +will run before +.Pa hooks/post-down/2-u-nothing-compares . .Bl -tag -width "-I EXCL_PAT" .It Fl B Ar HOSTNAME treat -- cgit v1.2.3