summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-01-16 07:51:47 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-01-16 07:51:47 -0700
commit21b1a9b826caef1dcf84109aea3b74131b4f6008 (patch)
treeacfbd4c4eed89f0bb1abd7f1b00cdfba03d21bd0 /INSTALL.md
parentbc8211c3901588dad2ffb88d29fd9036aebe4789 (diff)
downloadsudo-21b1a9b826caef1dcf84109aea3b74131b4f6008.tar.gz
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.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files 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