aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/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
commit0603fbc3aed19861732cf4f05d94d6a8d0ff5bcc (patch)
treec49f049c320b10bed2108d573d7e4b1dc86b3ab0 /usr.sbin/pw/pw.8
parent1641931a70580dbdf2994e1ae6216e8c06ce093b (diff)
downloadsrc-0603fbc3aed19861732cf4f05d94d6a8d0ff5bcc.tar.gz
src-0603fbc3aed19861732cf4f05d94d6a8d0ff5bcc.zip
Add information about the log file.
PR: 35575 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
Notes
Notes: svn path=/head/; revision=114823
Diffstat (limited to 'usr.sbin/pw/pw.8')
-rw-r--r--usr.sbin/pw/pw.810
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8
index 6b6a6727fb0e..068bd747d6d0 100644
--- a/usr.sbin/pw/pw.8
+++ b/usr.sbin/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 ,