Subject: CVS commit: src/usr.sbin/lpr
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/20/2006 17:30:00
Module Name:	src
Committed By:	christos
Date:		Fri Jan 20 17:30:00 UTC 2006

Modified Files:
	src/usr.sbin/lpr/common_source: common.c displayq.c lp.h rmjob.c
	src/usr.sbin/lpr/lpd: printjob.c

Log Message:
Instead of dealing with port@host in many places, do it where it is needed.
It reduces code and complexity and at the same time allows as to use symbolic
ports instead of just numeric everywhere.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/usr.sbin/lpr/common_source/common.c
cvs rdiff -r1.29 -r1.30 src/usr.sbin/lpr/common_source/displayq.c
cvs rdiff -r1.20 -r1.21 src/usr.sbin/lpr/common_source/lp.h
cvs rdiff -r1.22 -r1.23 src/usr.sbin/lpr/common_source/rmjob.c
cvs rdiff -r1.47 -r1.48 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.