From: Todd C. Miller Date: Tue, 2 May 1995 05:32:57 +0000 (+0000) Subject: added GOONS X-Git-Tag: SUDO_1_4_0~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61beb65fb7e55f78430030aac0195a0ff7123bbb;p=sudo added GOONS --- diff --git a/OPTIONS b/OPTIONS index a5005ca02..44bf4c053 100644 --- a/OPTIONS +++ b/OPTIONS @@ -98,6 +98,12 @@ HAL define USE_INSULTS as well for this to have any effect. This is off by default. +GOONS + Insults the user with lines from the "Goon Show" when an incorrect + password is entered. You must define USE_INSULTS as well for this + to have any effect. + This is off by default. + EDITOR This is the default editor used by visudo (and the only editor used unless ENV_EDITOR is defined). diff --git a/options.h b/options.h index f89100abf..1780c66e2 100644 --- a/options.h +++ b/options.h @@ -48,6 +48,7 @@ #define TRIES_FOR_PASSWORD 3 /* number of tries to enter passwd correctly */ /*#define USE_INSULTS /* insult the user for incorrect passwords */ /*#define HAL /* 2001-like insults--must define USE_INSULTS */ +/*#define GOONS /* Goon Show insults--must define USE_INSULTS */ #define EDITOR _PATH_VI /* default editor to use */ #define MAILER _PATH_SENDMAIL /* what mailer to use */ #define UMASK 0022 /* umask that the root-run prog should use */