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 revision 1.8 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/b076ff8cf8e0
branches:  netbsd-1-5
changeset: 490487:b076ff8cf8e0
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 14:30:27 2001 +0000

description:
Pull up revision 1.8 (requested by wiz):
  Make moving a user's homedirectory with -md work correctly,
  and clarify the meaning of -d in the absence of -m. Fixing PR11707

diffstat:

 usr.sbin/user/usermod.8 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 402554cea81f -r b076ff8cf8e0 usr.sbin/user/usermod.8
--- a/usr.sbin/user/usermod.8   Thu Jan 25 14:30:23 2001 +0000
+++ b/usr.sbin/user/usermod.8   Thu Jan 25 14:30:27 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usermod.8,v 1.4.4.1 2000/10/20 20:00:34 tv Exp $ */
+.\" $NetBSD: usermod.8,v 1.4.4.2 2001/01/25 14:30:27 jhawk Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -74,10 +74,12 @@
 GECOS field) which will be added for the user, and typically will include
 the username, and, perhaps, contact information for the user.
 .It Fl d Ar home-directory
-is the home directory which will be created and populated for the user,
-should the
+Sets the home directory to
+.Ar home-directory
+without populating it; if the
 .Fl m
-option be specified.
+option is specified, tries to move the old home directory to
+.Ar home-directory .
 .It Fl e Ar secs-to-expiry
 provides the number of seconds since the epoch (UTC) at
 which the current password change expire. This



Home | Main Index | Thread Index | Old Index