prepare to upload
[debian/sudo] / debian / README
1 #
2 # As of Debian version 1.7.2p1-1, the default /etc/sudoers file created on
3 # installation of the package now includes the directive:
4
5 #       #includedir /etc/sudoers.d
6
7 # This will cause sudo to read and parse any files in the /etc/sudoers.d 
8 # directory that do not end in '~' or contain a '.' character.
9
10 # Note that there must be at least one file in the sudoers.d directory (this
11 # one will do), and all files in this directory should be mode 0440.
12
13 # Note also, that because sudoers contents can vary widely, no attempt is 
14 # made to add this directive to existing sudoers files on upgrade.  Feel free
15 # to add the above directive to the end of your /etc/sudoers file to enable 
16 # this functionality for existing installations if you wish!
17 #
18 # Finally, please note that using the visudo command is the recommended way
19 # to update sudoers content, since it protects against many failure modes.
20 # See the man page for visudo for more information.
21 #