freebsd-dev/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 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 Add info field. 1996-09-27 20:31:26 +00:00
syslogd.8 Back out the entire change from rev 1.11 of syslogd.c. It was bogus. 1996-10-28 08:25:13 +00:00
syslogd.c Revert part of the previous change. syslogd (when logging to ttys) 1996-12-10 17:52:23 +00:00