openbsd-ports/security/ssh/patches/patch-ad
1998-06-02 18:09:46 +00:00

12 lines
390 B
Plaintext

--- servconf.c.orig Mon May 11 15:37:44 1998
+++ servconf.c Sun May 31 12:48:17 1998
@@ -209,7 +209,7 @@
if (options->idle_timeout == -1)
options->idle_timeout = 0;
if (options->check_mail == -1)
- options->check_mail = 1;
+ options->check_mail = 0; /* default to no checking */
#ifdef XAUTH_PATH
if (options->xauth_path == NULL)
options->xauth_path = XAUTH_PATH;