freebsd_amp_hwpstate/usr.sbin/lpr/lpd
Jordan K. Hubbard 9d69574dbc Close PR:
>Number:         368
>Category:       bin
>Synopsis:       Lpd doesn't log errors after failed exec
>Description:

If an exec done by lpd fails, nothing is sent to the system log
indicating what went wrong.  This is because lpd closes all of
the file descriptors before doing the exec, thus closing the syslog
file descriptor in the process.
[Fix applied]
Submitted by:	pritc003@maroon.tc.umn.edu
1995-04-27 04:56:10 +00:00
..
Makefile
extern.h
lpd.8
lpd.c
lpdchar.c
printjob.c Close PR: 1995-04-27 04:56:10 +00:00
recvjob.c