Skip to content

Commit

Permalink
Fix useradd patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Nov 21, 2022
1 parent 11d900c commit 2bb9f37
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions patches/useradd.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
--- /etc/default/useradd 2020-09-07 08:42:01.000000000 -0500
+++ /etc/default/useradd 2020-10-04 08:46:23.556308316 -0500
@@ -4,6 +4,6 @@
HOME=/home
INACTIVE=-1
EXPIRE=
--- /etc/default/useradd 2022-11-20 18:51:22.493664007 -0600
+++ /etc/default/useradd 2022-11-20 18:52:35.114941036 -0600
@@ -2,7 +2,7 @@
#
# The SHELL variable specifies the default login shell on your
# system.
-SHELL=/bin/bash
+SHELL=/usr/bin/zsh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no

# The default group for users
GROUP=users

0 comments on commit 2bb9f37

Please sign in to comment.