summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/sudo/files/sudoers')
-rw-r--r--app-admin/sudo/files/sudoers8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/sudo/files/sudoers b/app-admin/sudo/files/sudoers
index 4642d50..386a0c5 100644
--- a/app-admin/sudo/files/sudoers
+++ b/app-admin/sudo/files/sudoers
@@ -46,10 +46,10 @@ root ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
-# Users in group www are allowed to edit httpd.conf and ftpd.conf
-# using sudoedit, or sudo -e, without a password.
-# %www ALL=(ALL) NOPASSWD: sudoedit /etc/httpd.conf, /etc/ftpd.conf
+# Users in group www are allowed to edit httpd.conf using sudoedit, or
+# sudo -e, without a password.
+# %www ALL=(ALL) NOPASSWD: sudoedit /etc/httpd.conf
# Samples
-# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
+# %users ALL=/bin/mount /cdrom,/bin/umount /cdrom
# %users localhost=/sbin/shutdown -h now