summaryrefslogtreecommitdiff
path: root/system/shadow/useradd-zsh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/shadow/useradd-zsh.patch')
-rw-r--r--system/shadow/useradd-zsh.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/shadow/useradd-zsh.patch b/system/shadow/useradd-zsh.patch
new file mode 100644
index 000000000..afadc380f
--- /dev/null
+++ b/system/shadow/useradd-zsh.patch
@@ -0,0 +1,10 @@
+--- shadow-4.6/etc/useradd.old 2019-07-28 01:22:05.484517718 +0000
++++ shadow-4.6/etc/useradd 2019-07-28 01:26:46.044542644 +0000
+@@ -2,6 +2,6 @@
+ HOME=/home
+ INACTIVE=-1
+ EXPIRE=
+-SHELL=/bin/bash
++SHELL=/bin/zsh
+ SKEL=/etc/skel
+ CREATE_MAIL_SPOOL=yes