Subject: CVS commit: src/usr.sbin/lpr
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 01/04/2006 15:32:50
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.