]> granicus.if.org Git - sudo/commitdiff
fixed 2 syntax errors
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 13 Jul 1996 22:24:38 +0000 (22:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 13 Jul 1996 22:24:38 +0000 (22:24 +0000)
sample.sudoers

index 13f5bc4516b457edbf432e04ca955516adc4689c..56b4152f2581cf92115c8cb381db51dcc6a77744 100644 (file)
@@ -44,8 +44,8 @@ Host_Alias    CUNETS=128.138.0.0/255.255.0.0
 ##
 
 # root and users in group wheel can run anything on any machine as any user
-root           ALL=ALL (ALL)
-%wheel         ALL=ALL (ALL)
+root           ALL=(ALL) ALL
+%wheel         ALL=(ALL) ALL
 
 # full time sysadmins can run anything on any machine without a password
 FULLTIMERS     ALL=NOPASSWD:ALL