Installing of login.defs, login.access, limits, and /etc/default/useradd

are now performed before attempting to run pwconv
This commit is contained in:
2017-10-17 15:47:09 -05:00
parent 4ce0021784
commit 585826bc5f
2 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ BRIEF = Shadow password utilities
DESC = This package includes the programs necessary to convert traditional \
V7 UNIX password files to the SVR4 shadow password format and additional \
tools to work with shadow passwords.
SNAPVER = 8
SNAPVER = 9
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')