diff options
author | 2000-05-01 20:49:11 +0000 | |
---|---|---|
committer | 2000-05-01 20:49:11 +0000 | |
commit | b22285de6e8b62127e5d6945635fd427bd2fc5ba (patch) | |
tree | de65bfa4fe6d9b03e30b45ca40d31e5116e98be9 | |
parent | add id-tag (diff) | |
download | wireguard-openbsd-b22285de6e8b62127e5d6945635fd427bd2fc5ba.tar.xz wireguard-openbsd-b22285de6e8b62127e5d6945635fd427bd2fc5ba.zip |
skel now lives in /etc
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 2ed19b415bf..751233462b4 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adduser.8,v 1.16 2000/03/29 07:01:29 deraadt Exp $ +.\" $OpenBSD: adduser.8,v 1.17 2000/05/01 20:49:11 millert Exp $ .\" .\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" All rights reserved. @@ -88,7 +88,7 @@ the password database using Create a home directory and copy all .Pa dot.* files from the skeletal login directory (normally -.Pa /usr/share/skel ) +.Pa /etc/skel ) to this new directory. .It Mails the new user a welcome message at the discretion of the account creator. @@ -354,7 +354,7 @@ configuration file for .It Pa /etc/adduser.message message file for .Nm -.It Pa /usr/share/skel +.It Pa /etc/skel skeletal login directory .It Pa /var/log/adduser log file for |