home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / syslog.zip / READ.ME < prev    next >
Text File  |  1994-11-29  |  3KB  |  81 lines

  1. Summary:
  2. ========
  3.  
  4. This is a syslog package for OS/2 TCP/IP.
  5.  
  6. Legal Issues:
  7. =============
  8.  
  9.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  10.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  11.  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
  12.  * THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  13.  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  14.  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS
  15.  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  16.  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  17.  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  18.  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  19.  
  20. Distribution:
  21. =============
  22.  
  23. SYSLOG.C           the syslog library ported from BSD to OS/2.
  24. SYSLOGD.C          alternative syslog deamon, ported BSD version.
  25. LOGGER.C           command line interface to syslog, ported BSD version.
  26. GETOPT.C           modified GNU getopt.c. See COPYING for GNU license.
  27. GETOPT1.C          GNU getopt1.c. See COPYING for GNU license.
  28. FIX_ENV.C
  29. SYSLOG.CNF         sample configuration file, must be located in etc
  30. FIX_ENV.H
  31. GETOPT.H
  32. SYSLOG.H           <syslog.h>
  33. MAKEFILE           Makefile for IBM CSet++
  34. SYSLOG.LIB         compiled syslog library
  35. SYSLOGD.EXE        compiled syslog deamon
  36. LOGGER.EXE         complied syslog command line interface
  37. READ.ME            this file
  38. COPYING            GNU license (for getopt.c and getopt1.c)
  39.  
  40. Requirements:
  41. =============
  42.  
  43. This package require the following software to be imstalled:
  44.  
  45. - OS/2 2.X or 3.0.
  46. - IBM TCP/IP 2.0 or later. 
  47.  
  48. Installation:
  49. =============
  50.  
  51. - Copy all executables into the TCP/IP bin directory.
  52. - Copy the syslog.cnf into the tcpip etc directory
  53. - Edit syslog.cnf and setup your own log files
  54.  
  55. Descriptions:
  56. =============
  57.  
  58. syslogd.exe is the syslog deamon. 
  59.  
  60. syslogd [-d] [-f conffile] [-m markinterval]
  61.  
  62. -d              : set debug mode
  63. -f conffile     : use alternative config file
  64. -m markinterval : set interval between marks
  65.  
  66. logger.exe is a command line interface to syslog:
  67.  
  68. logger: [-i] [-f file] [-p pri] [-t tag] [ message ... ]
  69.  
  70. -i              : include PID
  71. -f file         : send file to syslogd
  72. -p pri          : set priority
  73. -t tag          : set tag of syslog entry
  74. message         : message to be sent to syslogd
  75.  
  76. Bug Reports:
  77. ============
  78.  
  79. Please send bug reports and suggestions to:
  80. Jochen Friedrich <jochen@audio.ruessel.sub.org>
  81.