summaryrefslogtreecommitdiff
path: root/system/shadow/dots-in-usernames.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/dots-in-usernames.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/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) ||