From f22bf6ffef7a8ea2dc9c6ac214af6b4d4e5f67e2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 28 Jan 2019 14:54:33 -0500 Subject: community/shadow: update to 4.6 This also modernizes the APKBUILD and fixes the useradd default shell. --- community/shadow/defaults.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/shadow/defaults.patch (limited to 'community/shadow/defaults.patch') diff --git a/community/shadow/defaults.patch b/community/shadow/defaults.patch new file mode 100644 index 0000000000..5e6a868bb1 --- /dev/null +++ b/community/shadow/defaults.patch @@ -0,0 +1,12 @@ +--- shadow-4.6-orig/etc/useradd ++++ shadow-4.6/etc/useradd +@@ -1,8 +1,7 @@ + # useradd defaults file +-GROUP=1000 + HOME=/home + INACTIVE=-1 + EXPIRE= +-SHELL=/bin/bash ++SHELL=/bin/ash + SKEL=/etc/skel + CREATE_MAIL_SPOOL=yes -- cgit v1.2.3