From: Todd C. Miller Date: Sun, 29 May 1994 19:25:08 +0000 (+0000) Subject: SHORT_MESSAGE is now the default X-Git-Tag: SUDO_1_3_1~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6767aaea0a226daa23d3984ecbac900a877a1e3f;p=sudo SHORT_MESSAGE is now the default --- diff --git a/sudo.h b/sudo.h index 7121af3f7..928501853 100644 --- a/sudo.h +++ b/sudo.h @@ -82,11 +82,11 @@ #endif /* - * Define SHORT_MESSAGE if you don't want the full copyright message + * Change the "define" to "undef" if you want the full copyright message * along with the "we expect you have..." banner. */ #ifndef SHORT_MESSAGE -# undef SHORT_MESSAGE +# define SHORT_MESSAGE #endif /*