diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-10-25 16:08:13 +0000 |
commit | 491bdc51e07a5f6f526c9e49a85c29736a4e10c9 (patch) | |
tree | 7ce387c50ef40cbabe0f4e2575ff2c062f529b29 /usr.bin/sudo/TROUBLESHOOTING | |
parent | 574e7dd73c2d47edb0d46658ea7bcb14a8ae1f21 (diff) |
Update to sudo 1.6.9p7
Diffstat (limited to 'usr.bin/sudo/TROUBLESHOOTING')
-rw-r--r-- | usr.bin/sudo/TROUBLESHOOTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/TROUBLESHOOTING b/usr.bin/sudo/TROUBLESHOOTING index 5af41c52390..4bf571bf31d 100644 --- a/usr.bin/sudo/TROUBLESHOOTING +++ b/usr.bin/sudo/TROUBLESHOOTING @@ -162,7 +162,7 @@ A) Some SVR4-derived OS's include a /usr/bin/cd command for reasons unfathomable. A "cd" command is totally useless since a child process cannot affect the current working directory of the parent (your shell). -Q) When I run sudo it says I am not alllowed to run the command as root +Q) When I run sudo it says I am not allowed to run the command as root but I don't want to run it as root, I want to run it as another user. My sudoers file entry looks like: bob ALL=(oracle) ALL |