freebsd-dev/usr.sbin/syslogd
Peter Wemm be467afaff With the recent 'make install' change in the kernel build makefiles, an
`interesting' feature of syslogd turned up.  It calls getbootfile() for each
log entry.  Since the kernel makefile now changes kern.bootfile when doing
a 'make install', it's quite startling to see the syslog lines change.

This change makes it call getbootfile() once at startup and cache it,
saving a syscall per loop, and keeping something a little more asthetically
pleasing in /var/log/messages...
1995-11-14 23:39:39 +00:00
..
Makefile Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
pathnames.h BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
syslog.conf.5 Updates from Peter da Silva to match the recent syslogd changes. 1995-01-04 00:40:38 +00:00
syslogd.8 Add a command-line option `-I' to disable logging from UDP. 1995-10-12 17:18:39 +00:00
syslogd.c With the recent 'make install' change in the kernel build makefiles, an 1995-11-14 23:39:39 +00:00