summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2006-11-12 11:50:16 +0000
committerTavis Ormandy <taviso@gentoo.org>2006-11-12 11:50:16 +0000
commitab2538462b172908fa30fcb0c9d7b8a36e32c0ac (patch)
tree8f39c2684fafb82dd7a234d9d1575a7874baf4f8 /app-admin/sudo
parentremoved doc support - access violation - thanks Manuel Herzog bug 88042#c6 (diff)
downloadgentoo-2-ab2538462b172908fa30fcb0c9d7b8a36e32c0ac.tar.gz
gentoo-2-ab2538462b172908fa30fcb0c9d7b8a36e32c0ac.tar.bz2
gentoo-2-ab2538462b172908fa30fcb0c9d7b8a36e32c0ac.zip
multiple sudoedit targets dont work, correct example.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-admin/sudo')
-rw-r--r--app-admin/sudo/ChangeLog5
-rw-r--r--app-admin/sudo/files/sudoers6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/sudo/ChangeLog b/app-admin/sudo/ChangeLog
index f0d478304bfe..5ccc75455613 100644
--- a/app-admin/sudo/ChangeLog
+++ b/app-admin/sudo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/sudo
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.96 2006/10/23 08:03:53 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.97 2006/11/12 11:50:16 taviso Exp $
+
+ 12 Nov 2006; Tavis Ormandy <taviso@gentoo.org> files/sudoers:
+ multiple sudoedit targets dont work, correct example.
23 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> sudo-1.6.8_p12-r1.ebuild:
Stable on ppc.
diff --git a/app-admin/sudo/files/sudoers b/app-admin/sudo/files/sudoers
index 4642d501724b..2380c7c8cd2f 100644
--- a/app-admin/sudo/files/sudoers
+++ b/app-admin/sudo/files/sudoers
@@ -46,9 +46,9 @@ 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