Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/user Pull up revision 1.16 (requested by grant...



details:   https://anonhg.NetBSD.org/src/rev/ff1bbe21e0ac
branches:  netbsd-1-6
changeset: 527852:ff1bbe21e0ac
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 17:44:58 2002 +0000

description:
Pull up revision 1.16 (requested by grant in ticket #233):
mention that -D creates defaults file if it doesn't already exist and if
we are running as root.

diffstat:

 usr.sbin/user/userdel.8 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 0190b0610053 -r ff1bbe21e0ac usr.sbin/user/userdel.8
--- a/usr.sbin/user/userdel.8   Mon Jun 10 17:44:53 2002 +0000
+++ b/usr.sbin/user/userdel.8   Mon Jun 10 17:44:58 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: userdel.8,v 1.14.2.1 2002/06/04 12:10:36 lukem Exp $ */
+.\" $NetBSD: userdel.8,v 1.14.2.2 2002/06/10 17:44:58 tv Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -60,7 +60,10 @@
 .Fl D
 will show the current defaults which will be used by the
 .Nm
-utility. Together with one of the options shown for the first version
+utility.  Additionally, if running as root and the
+.Pa /etc/usermgmt.conf 
+file does not exist, it is created using the default values.
+Together with one of the options shown for the first version
 of the command,
 .Fl D
 will set the default to be the new value.



Home | Main Index | Thread Index | Old Index