Date: Tue, 16 Jul 2002 17:51:19 -0700 (PDT) From: Garance A Drosehn <gad@FreeBSD.org> 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 Message-ID: <200207170051.g6H0pKAl015560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207170051.g6H0pKAl015560>