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).
#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 */