Author: zugschlus Date: 2005-03-04 07:37:00 +0100 (Fri, 04 Mar 2005) New Revision: 213 Modified: trunk/adduser trunk/debian/changelog Log: * allow underscores again. Bug in the regexp. Thanks to Steve Langasek. Modified: trunk/adduser ==================================================================--- trunk/adduser 2005-02-17 06:38:30 UTC (rev 212) +++ trunk/adduser 2005-03-04 06:37:00 UTC (rev 213) @@ -726,7 +726,7 @@ # is name ok? sub checkname { my ($name) = @_; - if ($name !~ /^[-\.A-Za-z0-9]*\$?$/) { + if ($name !~ /^[-_\.A-Za-z0-9]*\$?$/) { print STDERR "$0: ",_("To avoid problems, the username should consist of letters, digits, underscores, periods and dashes. For compatibility with Modified: trunk/debian/changelog ==================================================================--- trunk/debian/changelog 2005-02-17 06:38:30 UTC (rev 212) +++ trunk/debian/changelog 2005-03-04 06:37:00 UTC (rev 213) @@ -1,8 +1,9 @@ -adduser (3.63) UNRELEASED; urgency=low +adduser (3.63) unstable; urgency=low - * NOT RELEASED YET + * allow underscores again. Bug in the regexp. Thanks to Steve + Langasek. - -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 17 Feb 2005 06:38:22 +0000 + -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 04 Mar 2005 06:38:22 +0000 adduser (3.62) unstable; urgency=low