]> granicus.if.org Git - sudo/commitdiff
added GOONS
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 May 1995 05:32:57 +0000 (05:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 May 1995 05:32:57 +0000 (05:32 +0000)
OPTIONS
options.h

diff --git a/OPTIONS b/OPTIONS
index a5005ca02fb2d7927c942edacbab31bc72b50fd2..44bf4c053bd9a27eb8db951e71267c2dbe198771 100644 (file)
--- 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).
index f89100abf69bcb35579c44a1b94d1aa9e2c6de41..1780c66e224ab4935b375f1fce212db03e8f709a 100644 (file)
--- 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 */