From 53ef6db4993199087ab0ee1ff1e55d62425c053f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 18 Nov 2001 01:47:24 +0000 Subject: [PATCH] * Tentatively begun the change of networking configuration screens to reflect the new network architecture of the server. --- webcit/ChangeLog | 5 +++++ webcit/netconf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 2221f1066..e616073de 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 301.10 2001/11/18 01:47:24 ajc +* Tentatively begun the change of networking configuration screens to reflect + the new network architecture of the server. + Revision 301.9 2001/11/18 01:41:09 ajc * Brought over the newer string tokenizer from Citadel * Upgraded all the generic string buffers to 4096 bytes, using the Citadel @@ -636,3 +640,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/netconf.c b/webcit/netconf.c index 3a3d80e8c..2f77d73e0 100644 --- a/webcit/netconf.c +++ b/webcit/netconf.c @@ -100,7 +100,7 @@ void display_netconf(void) wprintf("Currently configured nodes\n"); wprintf("\n"); - serv_puts("NSET nodelist"); + serv_puts("CONF getsys|application/x-citadel-ignet-config"); serv_gets(buf); if (buf[0] == '1') { wprintf("
\n"); -- 2.39.2