[Pkg-shadow-commits] r3029 - in debian/trunk/debian: . patches
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Sat Jul 18 18:08:20 UTC 2009
Author: nekral-guest
Date: 2009-07-18 18:08:18 +0000 (Sat, 18 Jul 2009)
New Revision: 3029
Modified:
debian/trunk/debian/changelog
debian/trunk/debian/patches/506_relaxed_usernames
Log:
* debian/patches/506_relaxed_usernames: Fixed typo. groupadd(8) should
document therestriction on groupnames, not usernames.
Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog 2009-07-18 18:01:54 UTC (rev 3028)
+++ debian/trunk/debian/changelog 2009-07-18 18:08:18 UTC (rev 3029)
@@ -11,6 +11,8 @@
* debian/securetty.linux: Added ttyS2 to ttyS5. Some extension card provide
more serial ports, but that should be sufficient until there is a support
for regular expressions. Closes: #534244
+ * debian/patches/506_relaxed_usernames: Fixed typo. groupadd(8) should
+ document therestriction on groupnames, not usernames.
-- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net> Sat, 18 Jul 2009 19:20:30 +0200
Modified: debian/trunk/debian/patches/506_relaxed_usernames
===================================================================
--- debian/trunk/debian/patches/506_relaxed_usernames 2009-07-18 18:01:54 UTC (rev 3028)
+++ debian/trunk/debian/patches/506_relaxed_usernames 2009-07-18 18:08:18 UTC (rev 3029)
@@ -82,7 +82,7 @@
In regular expression terms: [a-z_][a-z0-9_-]*[$]?
</para>
<para>
-+ On Debian, the only constraints are that usernames must neither start
++ On Debian, the only constraints are that groupnames must neither start
+ with a dash ('-') nor contain a colon (':') or a whitespace (space:' ',
+ end of line: '\n', tabulation: '\t', etc.).
+ </para>
More information about the Pkg-shadow-commits
mailing list