summaryrefslogtreecommitdiff
path: root/system/shadow/dots-in-usernames.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-28 01:29:20 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-07-28 01:29:20 +0000
commit54fb0bf199ac8cc1c0b831c87359a505b8e8231a (patch)
treecd3a97324cae261984b7de9a69d126ced85ae4bd /system/shadow/dots-in-usernames.patch
parentc8fd7ec16f6a72dc6cd6cdbfcc488c8ad4e36b5a (diff)
downloadpackages-54fb0bf199ac8cc1c0b831c87359a505b8e8231a.tar.gz
packages-54fb0bf199ac8cc1c0b831c87359a505b8e8231a.tar.bz2
packages-54fb0bf199ac8cc1c0b831c87359a505b8e8231a.tar.xz
packages-54fb0bf199ac8cc1c0b831c87359a505b8e8231a.zip
system/shadow: zsh is now the default user shell
Diffstat (limited to 'system/shadow/dots-in-usernames.patch')
-rw-r--r--system/shadow/dots-in-usernames.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/shadow/dots-in-usernames.patch b/system/shadow/dots-in-usernames.patch
index b684c9d02..552c5eea9 100644
--- a/system/shadow/dots-in-usernames.patch
+++ b/system/shadow/dots-in-usernames.patch
@@ -1,6 +1,6 @@
--- shadow-4.1.3/libmisc/chkname.c
+++ shadow-4.1.3/libmisc/chkname.c
-@@ -66,6 +66,7 @@
+@@ -61,6 +61,7 @@
( ('0' <= *name) && ('9' >= *name) ) ||
('_' == *name) ||
('-' == *name) ||