Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/user Pull up revisions 1.8-1.14 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/4f2892236e6e
branches: netbsd-1-5
changeset: 493154:4f2892236e6e
user: he <he%NetBSD.org@localhost>
date: Wed Jun 26 17:19:55 2002 +0000
description:
Pull up revisions 1.8-1.14 (requested by grant):
Synchronize with recent developments:
o add usermgmt.conf manual page
o accept "month day year" for -e and -f option arguments of ``user''
o support multiple uid ranges
o fix skeleton directory changes
o improve error handling
o fix varargs usage
diffstat:
usr.sbin/user/user.8 | 28 ++++++++++++++++------------
1 files changed, 16 insertions(+), 12 deletions(-)
diffs (97 lines):
diff -r ed21eeccabc2 -r 4f2892236e6e usr.sbin/user/user.8
--- a/usr.sbin/user/user.8 Wed Jun 26 17:03:15 2002 +0000
+++ b/usr.sbin/user/user.8 Wed Jun 26 17:19:55 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: user.8,v 1.5.4.1 2000/10/20 20:00:32 tv Exp $ */
+.\" $NetBSD: user.8,v 1.5.4.2 2002/06/26 17:19:55 he Exp $ */
.\"
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -31,9 +31,9 @@
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd November 30, 1999
+.Dd September 5, 2001
.Dt USER 8
-.Os NetBSD
+.Os
.Sh NAME
.Nm user
.Nd manage user login information on the system
@@ -43,8 +43,9 @@
.Fl D
.Op Fl b Ar base-dir
.Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
.Op Fl g Ar gid/name/=uid
+.Op Fl L Ar login-class
.Op Fl r Ar low..high
.Nm ""
.Cm add
@@ -54,9 +55,10 @@
.Op Fl c Ar comment
.Op Fl d Ar home-dir
.Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
.Op Fl g Ar gid/name/=uid
.Op Fl k Ar skel-dir
+.Op Fl L Ar login-class
.Op Fl p Ar password
.Op Fl r Ar low..high
.Op Fl s Ar shell
@@ -81,8 +83,9 @@
.Op Fl c Ar comment
.Op Fl d Ar home-dir
.Op Fl e Ar expiry-time
-.Op Fl f Ar inactive-secs
+.Op Fl f Ar inactive-time
.Op Fl g Ar gid/name/=uid
+.Op Fl L Ar login-class
.Op Fl l Ar new-login
.Op Fl p Ar password
.Op Fl s Ar shell
@@ -103,19 +106,19 @@
.Pp
The
.Nm
-utility exits 0 on success, and >0 if an error occurs.
+utility exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh FILES
-.Bl -tag -width /etc/usermgmt.conf -compact
+.Bl -tag -width /usr/share/examples/usermgmt -compact
.It Pa /etc/skel/.[A-z]*
Skeleton files for new user
.It Pa /etc/usermgmt.conf
Configuration file for
-.Xr user 8 ,
+.Nm "" ,
.Xr group 8
and those backend commands
.It Pa /usr/share/examples/usermgmt
-A directory hopefully containing examples for
-.Xr user 8
+A directory containing examples for
+.Nm
and
.Xr group 8
.El
@@ -123,6 +126,7 @@
.Xr chpass 1 ,
.Xr group 5 ,
.Xr passwd 5 ,
+.Xr usermgmt.conf 5 ,
.Xr useradd 8 ,
.Xr userdel 8 ,
.Xr userinfo 8 ,
@@ -135,7 +139,7 @@
It is based on the
.Ar addnerd
package by the same author.
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
utility was written by Alistair G. Crooks (agc%netbsd.org@localhost).
Home |
Main Index |
Thread Index |
Old Index