aboutsummaryrefslogtreecommitdiffstats
path: root/community/shadow/defaults.patch
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-28 14:54:33 -0500
committerHenrik Riomar <henrik.riomar@gmail.com>2019-02-01 20:46:03 +0100
commitf22bf6ffef7a8ea2dc9c6ac214af6b4d4e5f67e2 (patch)
treef208e61868756031997c7b7bf5118b7699be4966 /community/shadow/defaults.patch
parent1def3a22106ac02cecae3490811435624854a267 (diff)
community/shadow: update to 4.6
This also modernizes the APKBUILD and fixes the useradd default shell.
Diffstat (limited to 'community/shadow/defaults.patch')
-rw-r--r--community/shadow/defaults.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/shadow/defaults.patch b/community/shadow/defaults.patch
new file mode 100644
index 00000000000..5e6a868bb14
--- /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