diff --git a/src/server/admin.c b/src/server/admin.c index 1a58d827d0a42ca7bd19315d4efec136976ff97a..30fe53736e6ee6188d2ed48c1cbde4c13f94002f 100644 --- a/src/server/admin.c +++ b/src/server/admin.c @@ -1,5 +1,5 @@ /* - * $Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $ + * $Id: admin.c,v 0.12 1994/01/12 01:31:00 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -28,7 +28,7 @@ * Administrative calls. */ -static char *rcsid = "$Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $"; +static char *rcsid = "$Id: admin.c,v 0.12 1994/01/12 01:31:00 ceder Exp $"; #include "rcs.h" USE(rcsid); @@ -52,6 +52,12 @@ USE(rcsid); #include "log.h" #include "send-async.h" +/* All of the fields in this structure except the version number + is set from the configuration file at startup (see ramkomd.c). + The default values are also set in ramkomd.c; the values below are + never used. The defaults are as of this writing (1994-01-11 + 19:57:22) equal to the values below, but don't trust that that is + so when you read this. */ Info kom_info = { #include "version.incl"