diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 21:26:45 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 21:26:45 +0200 |
| commit | c95b4aa8b02aed915ec840f8f291073157816b97 (patch) | |
| tree | 1a501600f70c6033207e89ee9d1f16cb14bdbce4 /testing/shadow/dots-in-usernames.patch | |
| parent | 6896ed31feda6db35c99fc916f6ce9835694c98e (diff) | |
| download | aports-c95b4aa8b02aed915ec840f8f291073157816b97.tar.bz2 aports-c95b4aa8b02aed915ec840f8f291073157816b97.tar.xz | |
community/shadow: move from testing
Diffstat (limited to 'testing/shadow/dots-in-usernames.patch')
| -rw-r--r-- | testing/shadow/dots-in-usernames.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/shadow/dots-in-usernames.patch b/testing/shadow/dots-in-usernames.patch deleted file mode 100644 index b684c9d02f..0000000000 --- a/testing/shadow/dots-in-usernames.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- shadow-4.1.3/libmisc/chkname.c -+++ shadow-4.1.3/libmisc/chkname.c -@@ -66,6 +66,7 @@ - ( ('0' <= *name) && ('9' >= *name) ) || - ('_' == *name) || - ('-' == *name) || -+ ('.' == *name) || - ( ('$' == *name) && ('\0' == *(name + 1)) ) - )) { - return false; - |
