I'm not sure it's actually a requirement
[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 the sudoers file is not a 'conffile' in the Debian 
14 # sense, and sudoers contents can vary widely, no attempt is made to add this 
15 # directive to existing sudoers files on upgrade.  Feel free to add the above 
16 # directive to the end of your /etc/sudoers file to enable this functionality 
17 # for existing installations if you wish!
18 #