Tweak README files and build script slightly based on sudo-67.1/sudo-72
[sudo-osx-update.git] / patches / 0008-Restore-sudoers-samples.patch.txt
blobed60e9c37e44eec84e30e505a3195752f6fcf74b
1 Subject: [PATCH] Restore sudoers samples
3 The OS X version includes these sample lines so go ahead and
4 restore them for maximum compatibility.
5 ---
6  sudoers.in | 4 ++++
7  1 file changed, 4 insertions(+)
9 diff --git a/sudoers.in b/sudoers.in
10 index 9d42601e..a445cc1f 100644
11 --- a/sudoers.in
12 +++ b/sudoers.in
13 @@ -102,3 +102,7 @@ root ALL=(ALL) ALL
14  ## Read drop-in files from @sysconfdir@/sudoers.d
15  ## (the '#' here does not indicate a comment)
16  #includedir @sysconfdir@/sudoers.d
18 +# Samples
19 +# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
20 +# %users  localhost=/sbin/shutdown -h now
21 -- 
22 1.8.3