Author: zugschlus
Date: 2005-03-21 07:15:29 +0100 (Mon, 21 Mar 2005)
New Revision: 221
Modified:
trunk/debian/changelog
trunk/doc/adduser.conf.5
Log:
* Fix $ error in adduser.conf.5. Thanks to Kevin Ryde.
(mh) Closes: #300641
Modified: trunk/debian/changelog
==================================================================---
trunk/debian/changelog 2005-03-18 16:58:14 UTC (rev 220)
+++ trunk/debian/changelog 2005-03-21 06:15:29 UTC (rev 221)
@@ -8,8 +8,10 @@
* Now handles /etc/skel correctly even if it is not readable for a
normal user. Thanks to Chapko Dimitrij. (mh) Closes: #299489
* Zap program synopsis comments from the beginning.
+ * Fix $ error in adduser.conf.5. Thanks to Kevin Ryde.
+ (mh) Closes: #300641
- -- Marc Haber <mh+debian-packages@zugschlus.de> Fri, 18 Mar 2005
16:55:47 +0000
+ -- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 21 Mar 2005
07:14:59 +0100
adduser (3.63) unstable; urgency=low
Modified: trunk/doc/adduser.conf.5
==================================================================---
trunk/doc/adduser.conf.5 2005-03-18 16:58:14 UTC (rev 220)
+++ trunk/doc/adduser.conf.5 2005-03-21 06:15:29 UTC (rev 221)
@@ -109,7 +109,7 @@
User names are checked against this regular expression. If the name
doesn''t match this regexp, user creation is refused unless
--force-badname is set. With --force-badname set, only weak checks are
-performed. The default is the most conservative ^[a-z][-a-z0-9]*\$.
+performed. The default is the most conservative ^[a-z][-a-z0-9]*$.
.SH FILES
.I /etc/adduser.conf
.SH SEE ALSO