ports/misc/upclient/files/patch-options.c
Patrick Li 4a4b0cc5d3 Update to 4.2.1.23 The Uptimes Project is back!
PR:		32080
Submitted by:	maintainer
Approved by:	lioux
2001-11-19 06:38:34 +00:00

15 lines
642 B
C

--- src/options.c.orig Sat Jun 16 21:15:04 2001
+++ src/options.c Sun Nov 18 17:40:06 2001
@@ -16,9 +16,9 @@
* These are the configuration options available.
*/
char cfg_authkey[AUTHKEY_REQUIRED_LEN+1] = "";
-char cfg_upserver[UPSERVER_MAXLEN+1] = "data.uptimes.net";
-int cfg_interval = 120;
-char cfg_pidfile[PIDFILE_MAXLEN+1] = ".upclient.pid";
+char cfg_upserver[UPSERVER_MAXLEN+1] = "uptimes.wonko.com";
+int cfg_interval = 550;
+char cfg_pidfile[PIDFILE_MAXLEN+1] = "/var/run/upclient.pid";
char cfg_proxyserver[PROXYSERVER_MAXLEN+1] = "";
int cfg_proxyport = 8080;
char cfg_proxyuser[PROXYUSER_MAXLEN+1] = "";