configure.ac: fix documentation about lecture

This commit is contained in:
kuberlog
2020-07-21 08:48:09 -05:00
committed by Todd C. Miller
parent bd24a322cc
commit 054939c1ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1038,7 +1038,7 @@
/* Define to 1 if you want sudo to free up memory before exiting. */
#undef NO_LEAKS
/* Define to 1 if you don't want users to get the lecture the first they user
/* Define to 1 if you don't want users to get the lecture the first time they use
sudo. */
#undef NO_LECTURE

View File

@@ -4843,7 +4843,7 @@ AH_TEMPLATE(LOGGING, [Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH.])
AH_TEMPLATE(LONG_OTP_PROMPT, [Define to 1 if you want a two line OTP (S/Key or OPIE) prompt.])
AH_TEMPLATE(NO_AUTHENTICATION, [Define to 1 if you don't want sudo to prompt for a password by default.])
AH_TEMPLATE(NO_LEAKS, [Define to 1 if you want sudo to free up memory before exiting.])
AH_TEMPLATE(NO_LECTURE, [Define to 1 if you don't want users to get the lecture the first they user sudo.])
AH_TEMPLATE(NO_LECTURE, [Define to 1 if you don't want users to get the lecture the first time they use sudo.])
AH_TEMPLATE(NO_PAM_SESSION, [Define to 1 if you don't want to use sudo's PAM session support.])
AH_TEMPLATE(NO_ROOT_MAILER, [Define to avoid running the mailer as root.])
AH_TEMPLATE(NO_ROOT_SUDO, [Define to 1 if root should not be allowed to use sudo.])