home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / syslog2b.zip / read.me < prev    next >
Text File  |  1996-12-02  |  3KB  |  97 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. SYSLOGD.MAN        Unix man page for SYSLOGD.EXE
  40. SYSLOGCF.MAN       Unix man page for SYSLOG.CNF
  41. LOGGER.MAN         Unix man page for LOGGER.EXE
  42.  
  43. Requirements:
  44. =============
  45.  
  46. This package require the following software to be installed:
  47.  
  48. - OS/2 2.X or 3.0.
  49. - IBM TCP/IP 2.0 or later. 
  50.  
  51. Installation:
  52. =============
  53.  
  54. - Copy all executables into the TCP/IP bin directory.
  55. - Copy the syslog.cnf into the tcpip etc directory
  56. - Edit syslog.cnf and setup your own log files
  57.  
  58. Descriptions:
  59. =============
  60.  
  61. syslogd.exe is the syslog deamon. 
  62.  
  63. syslogd [-d] [-f conffile] [-m markinterval]
  64.  
  65. -d              : set debug mode
  66. -f conffile     : use alternative config file
  67. -m markinterval : set interval between marks
  68.  
  69. logger.exe is a command line interface to syslog:
  70.  
  71. logger: [-i] [-f file] [-p pri] [-t tag] [ message ... ]
  72.  
  73. -i              : include PID
  74. -f file         : send file to syslogd
  75. -p pri          : set priority
  76. -t tag          : set tag of syslog entry
  77. message         : message to be sent to syslogd
  78.  
  79. History:
  80. ========
  81.  
  82. Changes from version 1.0:
  83.  
  84. - syslogd now allows spaces and tab characters as separators and accepts
  85.   exteded syntax.
  86.   (thanks to Jochen.Hein@informatik.tu-clausthal.de who fixed this for Linux)
  87.  
  88. - missing man pages added.
  89.  
  90. - bound DDE4.MSG to executables to avoid the nasty "Message file not found".
  91.  
  92. Bug Reports:
  93. ============
  94.  
  95. Please send bug reports and suggestions to:
  96. Jochen Friedrich <jochen@audio.pfalz.de>
  97.