blob: dcf0a7f90fd3579e42778399eb7a1d2090b5e49c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-ac,v 1.4 1998/08/07 11:13:52 agc Exp $
--- sudo.man.orig Tue Jan 13 06:00:17 1998
+++ sudo.man Wed Jul 1 20:11:51 1998
@@ -195,10 +195,11 @@
.SH "DESCRIPTION"
\fBsudo\fR allows a permitted user to execute a \fIcommand\fR
as the superuser (real and effective uid and gid are set
-to \f(CW0\fR and root's group as set in the passwd file respectively).
+to \f(CW0\fR and root's group as set in the passwd file respectively)
+by using the user's own password.
.PP
\fBsudo\fR determines who is an authorized user by consulting the
-file \fI/etc/sudoers\fR. By giving \fBsudo\fR the \f(CW-v\fR flag a user
+file \fI/usr/pkg/etc/sudoers\fR. By giving \fBsudo\fR the \f(CW-v\fR flag a user
can update the time stamp without running a \fIcommand.\fR
The password prompt itself will also time out if the password is
not entered with N minutes (again, this is defined at installation
@@ -321,7 +322,7 @@
.SH "FILES"
.PP
.Vb 1
-\& /etc/sudoers file of authorized users.
+\& /usr/pkg/etc/sudoers file of authorized users.
.Ve
.SH "ENVIRONMENT VARIABLES"
.PP
|