Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VANILLA-L:1154] Nobody is getting new keys... Here's why:
Hey all.
Until this makes it into the standard distribution, here's a quick
patch for all of you running RSA enabled servers.
Since the keyserver moved from Nick's old server to
keyserver.netrek.org, Nobody's been getting new keys. The reason why
is because Nick's old server is hard coded into the key update daemon.
in tools/update.c :
#define CAPFILE "rsa-keyfile"
#define LOCALKEYS "rsa-local"
#define KEYCOMP "rsa_keycomp"
#define MOTDLIST "motd_list"
#define MOTDLOGO "motd_logo.MASTER"
#define MOTDCLUELOGO "motd_clue_logo.MASTER"
#define BASESCORES LIBDIR"/tools/scores s"
#ifdef BASEPRACTICE
#define MOTDBASEPLOGO "motd_basep_logo.MASTER"
#endif
#define CLASSES "inl,standard,standard2"
#define EXCLUDE NULL
#define INFO "info.MASTER"
#define TOP 50
#define TOPBASE 100
#define METASERVER "metaserver.ecst.csuchico.edu"
#define METAPORT 3530
#define FEATUREPORT 3531
#define MAXTRIES 5
change the METASERVER #define to:
#define METASERVER "clientkeys.netrek.org"
--Carlos V.
+
++ Vanilla-l Mailing List ++
To unsubscribe: send "unsubscribe vanilla-l" to majordomo@real-time.com
For more information: http://archives.real-time.com