Date: Wed, 26 Apr 1995 21:56:13 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c Message-ID: <199504270456.VAA00368@time.cdrom.com>
next in thread | raw e-mail | index | archive | help
jkh 95/04/26 21:56:12 Modified: usr.sbin/lpr/lpd printjob.c Log: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504270456.VAA00368>