From 92510d10d7bdf0eea5daeb67879c14b123a0a742 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 11 Mar 2010 13:51:10 -0700 Subject: [PATCH] fix confusing text in sudoers --- debian/changelog | 1 + debian/sudo-ldap.postinst | 2 +- debian/sudo.postinst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1a77453..d9b251d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ sudo (1.7.2p5-1) UNRELEASED; urgency=low visudo man page, closes: #555013 * update descriptions to better explain sudo-ldap, closes: #573108 * eliminate spurious 'and' in man page, closes: #571620 + * fix confusing text in default sudoers, closes: #566607 -- Bdale Garbee Thu, 11 Mar 2010 11:54:23 -0700 diff --git a/debian/sudo-ldap.postinst b/debian/sudo-ldap.postinst index 75c41f9..59d46a0 100644 --- a/debian/sudo-ldap.postinst +++ b/debian/sudo-ldap.postinst @@ -20,7 +20,7 @@ if ( ! -f "/etc/sudoers") { "# User alias specification\n\n", "# Cmnd alias specification\n\n", "# User privilege specification\nroot\tALL=(ALL) ALL\n\n", - "# Allow members of group sudo to not need a password\n", + "# Allow members of group sudo to execute any command\n", "# (Note that later entries override this, so you might need to move\n", "# it further down)\n", "%sudo ALL=(ALL) ALL\n", diff --git a/debian/sudo.postinst b/debian/sudo.postinst index 0107918..2f4e54a 100644 --- a/debian/sudo.postinst +++ b/debian/sudo.postinst @@ -20,7 +20,7 @@ if ( ! -f "/etc/sudoers") { "# User alias specification\n\n", "# Cmnd alias specification\n\n", "# User privilege specification\nroot\tALL=(ALL) ALL\n\n", - "# Allow members of group sudo to not need a password\n", + "# Allow members of group sudo to execute any command\n", "# (Note that later entries override this, so you might need to move\n", "# it further down)\n", "%sudo ALL=(ALL) ALL\n", -- 2.47.2