[1483] in Source-Commits
athena/bin/olc/clients/osend osend.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Apr 30 13:58:44 1997
From: Greg Hudson <ghudson@MIT.EDU>
To: source-commits@MIT.EDU
Date: Wed, 30 Apr 1997 13:58:38 EDT
Update of /afs/dev.mit.edu/source/repository/athena/bin/olc/clients/osend
In directory the-light-fantastic:/afs/dev.mit.edu/user/ghudson/progress/olc/clients/osend
Modified Files:
osend.c
Log Message:
From bert:
Changes to support config files (to make olc*, olt* and owl* one
binary):
* Downcased the default instance name, so it could be used as
a configuration file name.
* Added code to support "incarnating" a particular client from
a configuration file, found in path given by OLXX_PATH or
cmd line. [currently using "olc" (or "olta" or "owl")
config files.]
* Added new command line option ("-C") to deal with specifying
the search path for the config files.
Decreased ugliness:
* Added comments to clarify meanings of command-line options.
* Documented all existing options in the usage message.
* Changed a hardcoded "SLOC" to the appropriate symbol from
olc/olc.h
Added code to fall back and use a default if Hesiod is down.
Moved assignments out of "if" statement tests.
(!!! NOTE: This code still needs much debugging etc before becoming
functional. !!!)