From owner-cvs-src Sun Feb 9 10:29:11 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A93137B401; Sun, 9 Feb 2003 10:29:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B280343F93; Sun, 9 Feb 2003 10:29:09 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h19IT9bv043124; Sun, 9 Feb 2003 10:29:09 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h19IT9fc043123; Sun, 9 Feb 2003 10:29:09 -0800 (PST) Message-Id: <200302091829.h19IT9fc043123@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 9 Feb 2003 10:29:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mtm 2003/02/09 10:29:09 PST Modified files: usr.sbin/adduser adduser.sh Log: Revisit the shell special characters issue and settle it once-and-forall. All characters will be accepted, and pw(8) can sort out which ones it will allow and which ones it won't. Approved by: markm (mentor) Prodded by: Philippe Bourcier Revision Changes Path 1.11 +19 -13 src/usr.sbin/adduser/adduser.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message