]> andersk Git - moira.git/blame - README
Initial revision
[moira.git] / README
CommitLineData
bc4d8d41 1$Header$
2
3This is SMS version 2.0. See the file INSTALLATION in this directory
4for instructions on building and installing SMS. Contents of this
5distribution:
6
7backup: source to smsbackup & smsrestore. Depends on files in ~/db
8
9bin: `make install' will put binaries here that are only used on the
10 sms server machine, not needed on clients. This should be a
11 duplicate of /u1/sms/bin on the sms machine.
12
13clients: contains subdirs with source to each of the client programs
14
15db: Database code: scripts and programs to create a database
16
17dbck: database consistency checker
18
19dcm: the Data Control Manager
20
21doc: Documentation
22
23et: Sources to com_err stuff. This is a private copy so that the
24 com_err() routine supports printf style arguments.
25
26gdb: Noah Mendelsohn's GDB library (which forms the core of our RPC
27 mechanism) This is a private copy because the startup
28 negotiation is different.
29
30gen: server config file generators. These are the programs that
31 extract info from the database. The shell scripts that
32 install the files are also here.
33
34include: include files. Has soft links to header files in other dirs.
35 Reference include/foo.h as <foo.h>, and add a -I../include in
36 your Makefiles.
37
38lib: Random libraries, including an improved version of malloc which does
39 "scribble checking" to verify that you aren't trashing your address
40 space. This dir includes soft-links to files in other dirs.
41
42man: man pages for SMS programs
43
44reg_svr: the daemon to handle the back end of user registration
45
46regtape: a program to read the tape from the registrar's office
47
48regtest: a sample of what the homedirectory for "register" should look like
49
50rpc: The code for the RPC mechanism: libsms.a is built here.
51
52server: smsd & libsmsglue.a come from here.
53
54ss: sources to libss.a, the line parser used by smstest.
55
56test: smstest
57
58update: Routines for performing updates to servers (including its own
59 GDB-based RPC).
This page took 0.088312 seconds and 5 git commands to generate.