From: Bdale Garbee Date: Thu, 11 Mar 2010 20:51:10 +0000 (-0700) Subject: fix confusing text in sudoers X-Git-Tag: debian/1.7.2p5-1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=92510d10d7bdf0eea5daeb67879c14b123a0a742;p=debian%2Fsudo fix confusing text in sudoers --- 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",