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
pathnames.h
syslog.conf.5
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