home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2646 / README < prev    next >
Encoding:
Text File  |  1991-02-01  |  1.1 KB  |  39 lines

  1. How to get a 4.3-Tahoe+ syslogd to work on an Ultrix 3.1 system, and
  2. throw out the old ultrix 4.2 syslog:
  3.  
  4. 1.  pick up the following files from ftp.uu.net, and put them into a
  5. source directory:
  6.  
  7. /bsd-sources/sys/sys/syslog.h
  8. /bsd-sources/include/paths.h
  9. /bsd-sources/lib/libutil/daemon.c
  10. /bsd-sources/lib/libc/string/strerror.c
  11. /bsd-sources/lib/libc/net/herror.c
  12. /bsd-sources/usr.bin/wall/ttymsg.c
  13. /bsd-sources/lib/libc/gen/syslog.c
  14. /bsd-sources/usr.sbin/syslogd/syslogd.c
  15. /bsd-sources/usr.sbin/syslogd/pathnames.h
  16.  
  17. 2. symlink sys to point to .:
  18.     ln -s . sys
  19.  
  20. 3. apply the enclosed patches:
  21.     patch <ultrix.syslogd.patches
  22.  
  23. 4. edit Makefile, turning on or off Zephyr(*) as appropriate for your site.
  24.  
  25. 5. type 'make'
  26.  
  27. 6. look at nsyslog.conf and edit as appropriate.  Install into
  28. /etc/nsyslog.conf.  Put syslogd wherever you want to.
  29.  
  30. 7. If you want to write or port programs using the 4.3BSD syslogging
  31. functions, make sure it gets this version of syslog.h and compiles in
  32. the new syslog.c.
  33.  
  34. 8. beware of pathnames if you turn off COMPAT42
  35.  
  36. [*.  If you want to pick up Zephyr sources or read about it, anonymous FTP to
  37.     athena-dist.mit.edu:/pub/zephyr/ ]
  38.  
  39.