summaryrefslogtreecommitdiff
path: root/system/shadow/dots-in-usernames.patch
diff options
context:
space:
mode:
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 552c5eea9..17ddab151 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
-@@ -61,6 +61,7 @@
+@@ -45,6 +45,7 @@
( ('0' <= *name) && ('9' >= *name) ) ||
('_' == *name) ||
('-' == *name) ||