summaryrefslogtreecommitdiff
path: root/system/shadow/useradd-zsh.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-04-24 23:59:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:06:40 -0500
commitca608c875b3b23c601fab5ae1616bdc3c2e4fd77 (patch)
treea2e4ea83317832a6d598bd0f6752f5e43a36dccc /system/shadow/useradd-zsh.patch
parent54b27676ade77260bd812fc194bce092e7d26d13 (diff)
downloadpackages-ca608c875b3b23c601fab5ae1616bdc3c2e4fd77.tar.gz
packages-ca608c875b3b23c601fab5ae1616bdc3c2e4fd77.tar.bz2
packages-ca608c875b3b23c601fab5ae1616bdc3c2e4fd77.tar.xz
packages-ca608c875b3b23c601fab5ae1616bdc3c2e4fd77.zip
system/shadow: Update to 4.11.1
Disable su(1) because it is marked deprecated upstream. Ensure documentation is built. Fix defaults for real this time. Provide a groups.1 manpage.
Diffstat (limited to 'system/shadow/useradd-zsh.patch')
-rw-r--r--system/shadow/useradd-zsh.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/shadow/useradd-zsh.patch b/system/shadow/useradd-zsh.patch
deleted file mode 100644
index afadc380f..000000000
--- a/system/shadow/useradd-zsh.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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