From 1eae385af1896a49f9c070d8b99cc8c6939b27ca Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 16 Jan 2023 07:51:47 -0700 Subject: [PATCH] Shorten --with-passprompt and --with-mailsubject arguments to a single word. The script that generates the web version of this file doesn't expect options to include whitespace. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3ea969902..34f60f6b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -923,7 +923,7 @@ Defaults are listed in brackets after the description. the command they are trying is not listed in their sudoers file entry. Sudoers option: mail_no_perms - --with-mailsubject="SUBJECT OF MAIL" + --with-mailsubject="SUBJECT" Subject of the mail sent to the "mailto" user. The token "%h" will expand to the hostname of the machine. The default value is "*** SECURITY information for %h ***". @@ -934,7 +934,7 @@ Defaults are listed in brackets after the description. This should go to a sysadmin at your site. The default value is "root". Sudoers option: mailto - --with-passprompt="PASSWORD PROMPT" + --with-passprompt="PROMPT" Default prompt to use when asking for a password; can be overridden via the -p option and the SUDO_PROMPT environment variable. Supports the "%H", "%h", "%U", and "%u" escapes as documented in the sudo