From owner-cvs-usrsbin Sat Mar 8 06:21:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15029 for cvs-usrsbin-outgoing; Sat, 8 Mar 1997 06:21:21 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA15021; Sat, 8 Mar 1997 06:21:16 -0800 (PST) Received: from campa.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by mail.cs.tu-berlin.de (8.8.5/8.8.5) with SMTP id PAA26400; Sat, 8 Mar 1997 15:03:15 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id OAA00772; Sat, 8 Mar 1997 14:11:28 +0100 Date: Sat, 8 Mar 1997 14:11:28 +0100 Message-Id: <199703081311.OAA00772@campa.panke.de> From: Wolfram Schneider To: Mike Pritchard Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl In-Reply-To: <199703070623.WAA18511@freefall.freebsd.org> References: <199703070623.WAA18511@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: >mpp 97/03/06 22:23:01 > > Branch: usr.sbin/adduser RELENG_2_2 > Modified: usr.sbin/adduser adduser.perl > Log: > Some months ago I accidently committed a change that allowed the > 2.2 version of adduser to accept user names longer than 8 characters. > Back this part of the change out. All the adduser scripts should be rewritten and use the pw(8) command to manipulate the databases in /etc. That is on my todo list for FreeBSD 3.x. BTW, does we have an official todo list for 3.0? I suggest a new gnats categorie 'todo'. Wolfram