[svn-upgrade] Integrating new upstream version, shadow (4.0.1)
This commit is contained in:
@@ -6,7 +6,7 @@ EXTRA_DIST = \
|
||||
login.access \
|
||||
login.defs \
|
||||
login.defs.hurd \
|
||||
login.defs.linux
|
||||
login.defs.linux \
|
||||
useradd
|
||||
|
||||
SUBDIRS = pam.d
|
||||
|
@@ -115,7 +115,8 @@ EXTRA_DIST = \
|
||||
login.access \
|
||||
login.defs \
|
||||
login.defs.hurd \
|
||||
login.defs.linux
|
||||
login.defs.linux \
|
||||
useradd
|
||||
|
||||
|
||||
SUBDIRS = pam.d
|
||||
@@ -361,7 +362,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am \
|
||||
uninstall-info-recursive uninstall-recursive
|
||||
|
||||
useradd
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
7
etc/useradd
Normal file
7
etc/useradd
Normal file
@@ -0,0 +1,7 @@
|
||||
# useradd defaults file
|
||||
GROUP=1000
|
||||
HOME=/home/users
|
||||
INACTIVE=-1
|
||||
EXPIRE=
|
||||
SHELL=/bin/bash
|
||||
SKEL=/etc/skel
|
Reference in New Issue
Block a user