--- goofey.c 2003-10-17 18:44:42.000000000 +0930 +++ goofeyn.c 2004-01-16 16:39:16.000000000 +1030 @@ -57,22 +57,23 @@ * tym 29 Oct 1996: Added variable timeout and re-register code * tym 24 Feb 1997: Fixed small problem with GOOFEY_ARGS * tym 18 Mar 1997: Changed hostname and added session_pwd stuff + * byte 16 Jan 2004: hostname from pluto.cc to dibbler.csse and newsserver ip */ -#define VERSION "3.15" +#define VERSION "3.16" #define CLIENT_TYPE 'G' #define PWD_FILE ".goofeypw" -static char *id_string = "$Id: goofey.c,v 1.3 1997/03/18 02:22:21 tym Exp $"; +static char *id_string = "goofey.c,v 1.3.1 2004/01/16 17:04:21 byte"; #ifndef MAX_WAIT #define MAX_WAIT 20 #endif int max_wait = MAX_WAIT; -#define NEWSERVER "130.194.9.2" +#define NEWSERVER "130.194.1.90" #ifndef SERVER_HOSTNAME -#define SERVER_HOSTNAME "pluto.cc.monash.edu.au" +#define SERVER_HOSTNAME "dibbler.csse.monash.edu.au" #endif #ifndef SERVER_PORT_NO