mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
624195f076
advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes.
33 lines
690 B
Plaintext
33 lines
690 B
Plaintext
*** config.h.orig Mon Jan 20 06:21:30 1997
|
|
--- config.h Thu Jan 30 16:13:31 1997
|
|
***************
|
|
*** 30,35 ****
|
|
--- 30,43 ----
|
|
#define LOG_FAILED
|
|
|
|
/*
|
|
+ * log login attempts that fail because of class connection
|
|
+ * limits. Busy servers may want to prevent this logging
|
|
+ * since it can fill up the log file and put a high load on
|
|
+ * syslog.
|
|
+ */
|
|
+ #define LOG_TOOMANY
|
|
+
|
|
+ /*
|
|
* allow use of private file. (for site group and site gpass)
|
|
*/
|
|
|
|
***************
|
|
*** 64,68 ****
|
|
* See README-2.4-HOBBIT for more information on this option.
|
|
*/
|
|
|
|
! #undef SKEY
|
|
|
|
--- 72,76 ----
|
|
* See README-2.4-HOBBIT for more information on this option.
|
|
*/
|
|
|
|
! #define SKEY
|
|
|