summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.8
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2004-03-30 21:50:42 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2004-03-30 21:50:42 +0000
commit6348ec53d0e3382f3701ff26b06769a79329b761 (patch)
treee3033e765a6e703a2dcff403dfc1ab9126ec5141 /adduser/adduser.8
parent9cfb9052464d0136a8ba9be3956f2ef4cbfb9a92 (diff)
downloadpw-darwin-6348ec53d0e3382f3701ff26b06769a79329b761.tar.gz
pw-darwin-6348ec53d0e3382f3701ff26b06769a79329b761.zip
Add an adduser.conf manual page.
Hook it to the build in Makefile. Xref from adduser.8. Update adduser.8's BUGS section. Bump the date on adduser.8.
Diffstat (limited to 'adduser/adduser.8')
-rw-r--r--adduser/adduser.86
1 files changed, 4 insertions, 2 deletions
diff --git a/adduser/adduser.8 b/adduser/adduser.8
index 6d4454d..ce8b39e 100644
--- a/adduser/adduser.8
+++ b/adduser/adduser.8
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 14, 2002
+.Dd March 30, 2004
.Dt ADDUSER 8
.Os
.Sh NAME
@@ -422,6 +422,7 @@ logfile for
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr passwd 1 ,
+.Xr adduser.conf 5 ,
.Xr aliases 5 ,
.Xr group 5 ,
.Xr login.conf 5 ,
@@ -464,5 +465,6 @@ In addition, shell special characters and operators will have to be
escaped when used in the message file.
.Pp
Also, password ageing and account expiry times are currently setable
-only in batch mode.
+only in batch mode or when specified in
+.Pa /etc/adduser.conf .
The user should be able to set them in interactive mode as well.