projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c18a14
)
add ERRORS section
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 00:06:03 +0000
(
00:06
+0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 00:06:03 +0000
(
00:06
+0000)
visudo.pod
patch
|
blob
|
history
diff --git
a/visudo.pod
b/visudo.pod
index 2e6ae4fce65085a3762b008ed9c65d1e28b00c41..9b4c7f30237520be143466362daef443527b98cd 100644
(file)
--- a/
visudo.pod
+++ b/
visudo.pod
@@
-49,6
+49,24
@@
and exit.
=back
+=head1 ERRORS
+
+=over 4
+
+=item sudoers file busy, try again later.
+
+Either someone is currently editing the I<sudoers> file
+or there is a stale sudoers lock file (/etc/stmp by default)
+that you need to delete.
+
+= item /etc/stmp: Permission denied
+
+You didn't run B<visudo> as root.
+
+= item Can't find you in the passwd database
+
+Your userid does not appear in the passwd file.
+
=head1 FILES
/etc/sudoers file of authorized users.