This archive contains the following:

	rlogger.c     	an application program that allows you to 
			log syslog messages at a specified facility
			and priority to a remote system.

        rlog_routine.c  a C function that is callable from code
			that will allow you to implement remote
			syslog'ing within your programs.
                        see the C source for how to call the routine
 
building rlogger.c:

gcc -o rlogger rlogger.c

should build it under SunOS 4.x or 5.x

enjoy..

jeff
jcmurphy@acsu.buffalo.edu
