1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/shadow/defaults.patch
Drew DeVault f22bf6ffef community/shadow: update to 4.6
This also modernizes the APKBUILD and fixes the useradd default shell.
2019-02-01 20:46:03 +01:00

12 lines
218 B
Diff

--- 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