From owner-freebsd-commit Wed Apr 26 21:56:57 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA16597 for commit-outgoing; Wed, 26 Apr 1995 21:56:57 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA16566 for cvs-usrsbin-outgoing; Wed, 26 Apr 1995 21:56:47 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA16519 ; Wed, 26 Apr 1995 21:56:32 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id VAA00368; Wed, 26 Apr 1995 21:56:13 -0700 Date: Wed, 26 Apr 1995 21:56:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199504270456.VAA00368@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c Sender: commit-owner@FreeBSD.org Precedence: bulk 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