home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / SYSLOGD / _SYSLOGD.TAR / usr / doc / sysklogd / INSTALL next >
Encoding:
Text File  |  1994-05-10  |  1.1 KB  |  21 lines

  1. 1.) READ the README.linux file.  It may will save some frustration.
  2.  
  3. 2.) Edit the Makefile for your installation.  NOTE that if you have not
  4.     carried out step 1 you may make choices which could render your
  5.     system and/or these utilities unusable.  Compile the utilities.
  6.     Compilation has been tested with gcc 2.4.5 and libc 4.4.4.
  7.  
  8. 3.) There is no default target for install in the Makefile.  The location
  9.     for system binaries seems to be in the process of evolution.  The
  10.     system administrator who chooses to use this package can probably best
  11.     decide where to put the binaries for the log daemons.  On our network
  12.     they go in /etc.  If /etc is not used for configuration files the
  13.     syslogd.c source must be edited.  If syslogd cannot find its
  14.     configuration file it will die immediately.
  15.  
  16. 4.) For proper functioning both of these utilities are best run as root.
  17.     This is probably not much of a problem since they will probably be
  18.     started either by init or as part of the rc.* startup process.  There
  19.     may be security concerns with running syslogd as root.  Please repeat
  20.     step 1 if you are unsure of why this may be the case.
  21.