From 213a92e2fa38c81340d405b50d4f3eef4263aa9b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 7 Jun 2004 00:07:35 +0000 Subject: [PATCH] Correct description of where Defaults specs should go. --- sudoers.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index 7884fc70d..b455592a1 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -225,8 +225,9 @@ It is not an error to use the C<-=> operator to remove an element that does not exist in a list. Note that since the I file is parsed in order the best place -to put the Defaults section is after the Host, User, and Cmnd aliases -but before the user specifications. +to put the Defaults section is after the C, C, +and C specifications but before any C or user +specifications. B: @@ -566,6 +567,8 @@ The default value is C<@passprompt@>. The default user to run commands as if the B<-u> flag is not specified on the command line. This defaults to C<@runas_default@>. +Note that if I is set it B occur before +any C specifications. =item syslog_goodpri -- 2.50.1