From: mar Date: Fri, 27 Jan 1989 18:29:41 +0000 (+0000) Subject: updated for 2.0 beta release X-Git-Tag: KPATCH4~19 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/72e2a45f03389eed6d19d199f13a0dc03087435a updated for 2.0 beta release --- diff --git a/README b/README index 46a4039e..2ed7faf6 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ $Header$ -This is SMS version 2.0. See the file INSTALLATION in this directory -for instructions on building and installing SMS. Contents of this -distribution: +This is the beta test version of Moira (version 2.0). See the +document doc/install for building and installation instructions. +Contents of this distribution: backup: source to smsbackup & smsrestore. Depends on files in ~/db @@ -18,14 +18,17 @@ dbck: database consistency checker dcm: the Data Control Manager -doc: Documentation +doc: Documentation. There are a few smaller documents in this + directory. the tech_plan subdirectory contains the most + detailed document on the design and operation of moira. et: Sources to com_err stuff. This is a private copy so that the com_err() routine supports printf style arguments. gdb: Noah Mendelsohn's GDB library (which forms the core of our RPC mechanism) This is a private copy because the startup - negotiation is different. + negotiation is different. This directory also contains + documentation on the GDB library. gen: server config file generators. These are the programs that extract info from the database. The shell scripts that @@ -45,8 +48,6 @@ reg_svr: the daemon to handle the back end of user registration regtape: a program to read the tape from the registrar's office -regtest: a sample of what the homedirectory for "register" should look like - rpc: The code for the RPC mechanism: libsms.a is built here. server: smsd & libsmsglue.a come from here.