From: Bdale Garbee Date: Fri, 3 Dec 2010 20:31:51 +0000 (-0700) Subject: Bob Proulx pointed out the README made mention of sudoers not a conffile X-Git-Tag: debian/1.7.4p4-6~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d2bea82818b233f7b68ae4263c3c0c5f8abd7ac9;p=debian%2Fsudo Bob Proulx pointed out the README made mention of sudoers not a conffile --- diff --git a/debian/README b/debian/README index 2429cc7..3de537c 100644 --- a/debian/README +++ b/debian/README @@ -10,9 +10,8 @@ # Note that there must be at least one file in the sudoers.d directory (this # one will do), and all files in this directory should be mode 0440. # -# Note also, that because the sudoers file is not a 'conffile' in the Debian -# sense, and sudoers contents can vary widely, no attempt is made to add this -# directive to existing sudoers files on upgrade. Feel free to add the above -# directive to the end of your /etc/sudoers file to enable this functionality -# for existing installations if you wish! +# Note also, that because sudoers contents can vary widely, no attempt is +# made to add this directive to existing sudoers files on upgrade. Feel free +# to add the above directive to the end of your /etc/sudoers file to enable +# this functionality for existing installations if you wish! # diff --git a/debian/changelog b/debian/changelog index 98573e8..9754b0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sudo (1.7.4p4-6) UNRELEASED; urgency=low + + * update /etc/sudoers.d/README now that sudoers is a conffile + + -- Bdale Garbee Fri, 03 Dec 2010 13:31:20 -0700 + sudo (1.7.4p4-5) unstable; urgency=low * patch from Jakub Wilk to add noopt and nostrip build option support,