From bbd0744ef7f78ff18569ac7ae3253f54beab4a91 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 8 Jun 1995 00:49:38 +0000 Subject: [PATCH] added PASSPROMPT --- options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/options.h b/options.h index 1780c66e2..56a55f68e 100644 --- a/options.h +++ b/options.h @@ -54,6 +54,7 @@ #define UMASK 0022 /* umask that the root-run prog should use */ #define INCORRECT_PASSWORD "Sorry, try again." /* message for bad passwd */ #define MAILSUBJECT "*** SECURITY information ***" /* subject of mail sent */ +#define PASSPROMPT "Password:" /* default password prompt */ /*#define SECURE_PATH "/bin:/usr/ucb:/usr/bin:/usr/etc:/etc" /* secure path */ /*#define USE_EXECV /* use execv() instead of execvp() */ #define FAST_MATCH /* command check fails if basenames not same */ -- 2.40.0