From owner-cvs-all Tue Apr 27 0: 9:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9126214FC4; Tue, 27 Apr 1999 00:09:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29640; Tue, 27 Apr 1999 00:09:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199904270709.AAA29640@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 27 Apr 1999 00:09:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source lp.h net.c printcap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/04/27 00:09:21 PDT Modified files: usr.sbin/lpr/common_source lp.h net.c printcap.c Log: lpd tries to be clever and checks if RM == my_hostname. However, it doesn't check if the remote printer name it is sending it to is the same as the local printer name, and so chokes 'cos "laser" is not a real printer. PR: 7081 Submitted by: David Malone Revision Changes Path 1.8 +2 -1 src/usr.sbin/lpr/common_source/lp.h 1.2 +6 -1 src/usr.sbin/lpr/common_source/net.c 1.5 +17 -1 src/usr.sbin/lpr/common_source/printcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message