mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
13 lines
218 B
Diff
13 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
|