From owner-cvs-all Tue Jul 16 17:51:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C840237B400; Tue, 16 Jul 2002 17:51:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D23943E58; Tue, 16 Jul 2002 17:51:20 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from freefall.freebsd.org (gad@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6H0pKJU015561; Tue, 16 Jul 2002 17:51:20 -0700 (PDT) (envelope-from gad@freefall.freebsd.org) Received: (from gad@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6H0pKAl015560; Tue, 16 Jul 2002 17:51:20 -0700 (PDT) Message-Id: <200207170051.g6H0pKAl015560@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 16 Jul 2002 17:51:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source Makefile matchjobs.c matchjobs.h src/usr.sbin/lpr/lpc Makefile cmdtab.c extern.h lpc.8 lpc.c movejobs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/07/16 17:51:19 PDT Modified files: usr.sbin/lpr/common_source Makefile usr.sbin/lpr/lpc Makefile cmdtab.c extern.h lpc.8 lpc.c Added files: usr.sbin/lpr/common_source matchjobs.c matchjobs.h usr.sbin/lpr/lpc movejobs.c Log: Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These reflect much valuable feedback from wollman. More details on the new 'lpc topq' are in the log message for revision 1.2 of lpc/movejobs.c. The previous implementation of 'lpc topq' is available as 'lpc xtopq', in case there are any problems noticed in the new implementation. If there are no problems with this version, a later update will remove the 'lpc xtopq' command. Reviewed by: freebsd-print@bostonradio.org MFC after: 6 days Revision Changes Path 1.10 +2 -2 src/usr.sbin/lpr/common_source/Makefile 1.1 +585 -0 src/usr.sbin/lpr/common_source/matchjobs.c (new) 1.1 +101 -0 src/usr.sbin/lpr/common_source/matchjobs.h (new) 1.12 +1 -1 src/usr.sbin/lpr/lpc/Makefile 1.10 +5 -2 src/usr.sbin/lpr/lpc/cmdtab.c 1.11 +12 -1 src/usr.sbin/lpr/lpc/extern.h 1.20 +83 -4 src/usr.sbin/lpr/lpc/lpc.8 1.26 +42 -0 src/usr.sbin/lpr/lpc/lpc.c 1.1 +272 -0 src/usr.sbin/lpr/lpc/movejobs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message