cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/sanity.sh


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh
Date: Tue, 13 Sep 2005 14:48:28 -0400

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1087 ccvs/src/sanity.sh:1.1088
--- ccvs/src/sanity.sh:1.1087   Tue Sep 13 18:43:24 2005
+++ ccvs/src/sanity.sh  Tue Sep 13 18:48:26 2005
@@ -1026,8 +1026,9 @@
 # test.  It used to be compared to the username of the user running this test,
 # but this hasn't been true for a long time.  Regardless, I tried to get the
 # allowed character set right, based on a list in a private email from Mark
-# Baushke.
-anyusername="address@hidden,$a-zA-Z0-9]*"
+# Baushke, basically the allowed names from Linux systems (plus `.', which is
+# only allowed on Gentoo Linux as of 2005-09-13).
+anyusername="[_a-zA-Z0-9][-_.$a-zA-Z0-9]*"
 
 # now make sure that tr works on NULs
 tr_tooltest1 ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]