freebsd_amp_hwpstate/usr.sbin/syslogd
Peter Wemm 5bb4699e9c Revert part of the previous change. syslogd (when logging to ttys)
has always held an open file descriptor.  This allowed logging to
spare virtual consoles and being able to switch to them.

My previous change removed this since all writes were done with ttymsg()
which opens it's own fd, and hence syslogd didn't need it's own fd to
send messages on... but this caused an unexpected behavior change.

This should close PR#2176
1996-12-10 17:52:23 +00:00
..
Makefile
pathnames.h
syslog.conf.5
syslogd.8
syslogd.c Revert part of the previous change. syslogd (when logging to ttys) 1996-12-10 17:52:23 +00:00