Remove the reference to my old "new-account" project. pw(8) has all the

features I planned to implement and is part of the base system. Adds a mention
of pw(8) while I'm here.
This commit is contained in:
Ollivier Robert 1999-07-11 18:03:59 +00:00
parent 7d5eddebb4
commit 1e4f06990c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5197

View file

@ -1,4 +1,4 @@
<!-- $Id: admin.sgml,v 1.24 1999-07-11 09:55:25 tom Exp $ -->
<!-- $Id: admin.sgml,v 1.25 1999-07-11 18:03:59 roberto Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -67,11 +67,8 @@
<heading>How do I add a user easily?</heading>
<p>Use the <htmlurl url="http://www.freebsd.org/cgi/man.cgi?adduser"
name="adduser"> command.
<p>There is another package called ``<tt/new-account/'' also written
in Perl by Ollivier Robert. Ask <tt>&lt;roberto@FreeBSD.ORG&gt;</tt>
about it. It is currently undergoing further development.
name="adduser"> command. For more complicated usage, the
<htmlurl url="http://www.freebsd.org/cgi/man.cgi?pw" name="pw"> command.
<p>To remove the user again, use the <htmlurl
url="http://www.freebsd.org/cgi/man.cgi?rmuser" name="rmuser"> command.