fix confusing text in sudoers
authorBdale Garbee <bdale@gag.com>
Thu, 11 Mar 2010 20:51:10 +0000 (13:51 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 11 Mar 2010 20:51:10 +0000 (13:51 -0700)
debian/changelog
debian/sudo-ldap.postinst
debian/sudo.postinst

index 1a77453f6889d5c215f6384642f066e072834cb7..d9b251dfabdd53c76b1e8512756156f7d7d245bd 100644 (file)
@@ -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 <bdale@gag.com>  Thu, 11 Mar 2010 11:54:23 -0700
 
index 75c41f9262dc27cfbba4ed7cef5d8966faad4cdb..59d46a0efdbca3ce6e84a7c0c8e903439076fb8f 100644 (file)
@@ -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",
index 01079185389f659c005d312154edfccaab5259f5..2f4e54a8996756e5842f455cb16ff935cb5a9204 100644 (file)
@@ -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",