[debian-edu-commits] debian-edu/pkg-team/ 01/04: debian/patches: Update 1016_allow-same-user-ids-as-adduser.patch. Fix typo.

Mike Gabriel sunweaver at debian.org
Mon Oct 19 12:15:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit b26f401fe62faedac604155a7f2626c5390785a0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 19 12:58:52 2015 +0200

    debian/patches: Update 1016_allow-same-user-ids-as-adduser.patch. Fix typo.
---
 debian/patches/1016_allow-same-user-ids-as-adduser.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/1016_allow-same-user-ids-as-adduser.patch b/debian/patches/1016_allow-same-user-ids-as-adduser.patch
index 4e4544a..1401129 100644
--- a/debian/patches/1016_allow-same-user-ids-as-adduser.patch
+++ b/debian/patches/1016_allow-same-user-ids-as-adduser.patch
@@ -32,7 +32,7 @@ Abstract:
 -    } else {
 -      return preg_match ("/^[a-z0-9 _.-]+$/i", $uid);
 -    }
-+    return preg_match ("/".$get_uid_regexp()."/", $uid);
++    return preg_match ("/".get_uid_regexp()."/", $uid);
    }
  
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list