freebsd-ports/misc/upclient/files/patch-options.c
Pete Fritchman c547be44da Update to 5.0.b6.
PR:		46339
Submitted by:	maintainer
2003-01-03 06:35:32 +00:00

11 lines
377 B
C

--- src/options.c.orig Sat Nov 30 03:27:15 2002
+++ src/options.c Wed Dec 18 01:43:00 2002
@@ -60,7 +60,7 @@
* Minimum value is enforced. A warning is logged if greater than upper limit.
*/
#define MINIMUM_INTERVAL 30 /* enforced */
-#define DEFAULT_INTERVAL 300
+#define DEFAULT_INTERVAL 550
#define UPPER_INTERVAL 600 /* warning if exceeded */
/* Macros */