* Tentatively begun the change of networking configuration screens to reflect
authorArt Cancro <ajc@citadel.org>
Sun, 18 Nov 2001 01:47:24 +0000 (01:47 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 18 Nov 2001 01:47:24 +0000 (01:47 +0000)
  the new network architecture of the server.

webcit/ChangeLog
webcit/netconf.c

index 2221f1066399c69bb953c3c2ead40250464dca33..e616073de9c955a4c8ed16c587f26dc8f199d6c7 100644 (file)
@@ -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 <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 3a3d80e8c2df246a8a5654acf7294bbbc4d716c2..2f77d73e01a5e4ae250b7717b0723e468b78cb9d 100644 (file)
@@ -100,7 +100,7 @@ void display_netconf(void)
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
        wprintf("<B>Currently configured nodes</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
-       serv_puts("NSET nodelist");
+       serv_puts("CONF getsys|application/x-citadel-ignet-config");
        serv_gets(buf);
        if (buf[0] == '1') {
                wprintf("<CENTER><TABLE border=0>\n");