summaryrefslogtreecommitdiffstats
path: root/pw/pw.8
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-05-08 00:28:36 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-05-08 00:28:36 +0000
commit901b6852f3f7fc908d1d00a4b2294ed4fd30e01e (patch)
tree3091c92fd9cb20c0574a811a0a31f51f83d2b57c /pw/pw.8
parentcff7b73ae7cb6984d74e33d965badbd00531fa5e (diff)
downloadpw-darwin-901b6852f3f7fc908d1d00a4b2294ed4fd30e01e.tar.gz
pw-darwin-901b6852f3f7fc908d1d00a4b2294ed4fd30e01e.zip
Add information about the log file.
PR: 35575 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
Diffstat (limited to 'pw/pw.8')
-rw-r--r--pw/pw.810
1 files changed, 10 insertions, 0 deletions
diff --git a/pw/pw.8 b/pw/pw.8
index 6b6a672..068bd74 100644
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -912,6 +912,14 @@ Internet, such as
.Xr fingerd 8 ,
and a small number of TCP/IP clients, such as IRC, where full names
specified in the passwd file may be used by default.
+.Pp
+The
+.Nm
+utility writes a log to the
+.Pa /var/log/userlog
+file when actions such as user or group additions or deletions occur.
+The location of this logfile can be changed in
+.Xr pw.conf 5 .
.Sh FILES
.Bl -tag -width /etc/master.passwd.new -compact
.It Pa /etc/master.passwd
@@ -930,6 +938,8 @@ Temporary copy of the Version 7 password file
Temporary copy of the group file
.It Pa /etc/pw.conf
Pw default options file
+.It Pa /var/log/userlog
+User/group modification logfile
.El
.Sh SEE ALSO
.Xr chpass 1 ,