Adding run-parts style for pre and post useradd/del

Signed-off-by: ed neville <ed@s5h.net>
This commit is contained in:
ed
2020-03-12 21:14:57 +00:00
committed by Serge Hallyn
parent b2753b146a
commit 32cfa176f2
7 changed files with 140 additions and 5 deletions

2
lib/run_part.h Normal file
View File

@@ -0,0 +1,2 @@
int run_part (char *script_path, char *name, char *action);
int run_parts (char *directory, char *name, char *action);