Skip to content

Commit

Permalink
Releases: add etc/shadow-maint to distfiles
Browse files Browse the repository at this point in the history
Closes shadow-maint#784

Signed-off-by: Serge Hallyn <serge@hallyn.com>
  • Loading branch information
hallyn committed Aug 13, 2023
1 parent 2492fc0 commit ee3e611
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ AC_CONFIG_FILES([
contrib/Makefile
etc/Makefile
etc/pam.d/Makefile
etc/shadow-maint/Makefile
shadow.spec
])
AC_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion etc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXTRA_DIST = \
$(sysconf_DATA) \
$(default_DATA)

SUBDIRS = pam.d
SUBDIRS = pam.d shadow-maint
5 changes: 5 additions & 0 deletions etc/shadow-maint/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
shadowmaint_files = \
groupdel-pre.d/01-kill_group_procs.sh \
userdel-pre.d/01-kill_user_procs.sh

EXTRA_DIST = $(shadowmaint_files)

0 comments on commit ee3e611

Please sign in to comment.