Subject: PR/12112 CVS commit: src/usr.sbin/lpr
To: None <garbled@netbsd.org, gnats-admin@netbsd.org,>
From: Tim Rightnour <garbled@netbsd.org>
List: netbsd-bugs
Date: 01/04/2006 15:45:01
The following reply was made to PR bin/12112; it has been noted by GNATS.
From: Tim Rightnour <garbled@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/12112 CVS commit: src/usr.sbin/lpr
Date: Wed, 4 Jan 2006 15:32:50 +0000 (UTC)
Module Name: src
Committed By: garbled
Date: Wed Jan 4 15:32:50 UTC 2006
Modified Files:
src/usr.sbin/lpr/SMM.doc: 4.t
src/usr.sbin/lpr/common_source: common.c displayq.c rmjob.c
src/usr.sbin/lpr/lpd: printjob.c
Log Message:
Address PR bin/12112
Lpd has the ability to start on a port other than "printer" but has no
way to connect to a remote lpd on that port. This change adds the
ability to specify port@host in the rm element of printcap(5). Tested to
work with both a standard lpd setup and one running on special ports.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.sbin/lpr/SMM.doc/4.t
cvs rdiff -r1.28 -r1.29 src/usr.sbin/lpr/common_source/common.c \
src/usr.sbin/lpr/common_source/displayq.c
cvs rdiff -r1.21 -r1.22 src/usr.sbin/lpr/common_source/rmjob.c
cvs rdiff -r1.43 -r1.44 src/usr.sbin/lpr/lpd/printjob.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.