From owner-cvs-usrsbin Sun May 5 15:41:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15058 for cvs-usrsbin-outgoing; Sun, 5 May 1996 15:41:00 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15036 Sun, 5 May 1996 15:40:53 -0700 (PDT) Date: Sun, 5 May 1996 15:40:53 -0700 (PDT) From: Joerg Wunsch Message-Id: <199605052240.PAA15036@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.8 printjob.c recvjob.c src/usr.sbin/lpr/lpr lpr.c src/usr.sbin/lpr/common_source common.c displayq.c lp.h rmjob.c src/usr.sbin/lpr/lpc cmds.c lpc.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/05/05 15:40:52 Modified: usr.sbin/lpr/common_source common.c displayq.c lp.h rmjob.c usr.sbin/lpr/lpc cmds.c lpc.8 usr.sbin/lpr/lpd lpd.8 printjob.c recvjob.c usr.sbin/lpr/lpr lpr.c Log: Pull a bunch of fixes from the 4.4BSD-Lite2 branch. It's really surprising how many trivial errors there have been... :-) Some more cleanup is needed, but i'd like to separate the Lite2 changes from other work, that's why this goes into a different commit. People with serial printers should see whether i have broken the stty- style printcap options (i hope not). Inspired by: Sergey Shkonda Revision Changes Path 1.4 +44 -19 src/usr.sbin/lpr/common_source/common.c 1.3 +13 -12 src/usr.sbin/lpr/common_source/displayq.c 1.3 +4 -3 src/usr.sbin/lpr/common_source/lp.h 1.3 +3 -3 src/usr.sbin/lpr/common_source/rmjob.c 1.3 +2 -1 src/usr.sbin/lpr/lpc/cmds.c 1.3 +4 -3 src/usr.sbin/lpr/lpc/lpc.8 1.5 +0 -10 src/usr.sbin/lpr/lpd/lpd.8 1.8 +173 -75 src/usr.sbin/lpr/lpd/printjob.c 1.3 +2 -2 src/usr.sbin/lpr/lpd/recvjob.c 1.5 +1 -1 src/usr.sbin/lpr/lpr/lpr.c