From owner-cvs-all Sat Jun 15 18:43:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9658737B40D; Sat, 15 Jun 2002 18:43:30 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G1hU822171; Sat, 15 Jun 2002 18:43:30 -0700 (PDT) (envelope-from gad) Message-Id: <200206160143.g5G1hU822171@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 15 Jun 2002 18:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h lpc.8 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/06/15 18:43:30 PDT Modified files: usr.sbin/lpr/lpc cmds.c cmdtab.c extern.h lpc.8 Log: Add a nearly complete rewrite of the lpc command 'down'. The only user- visible change should be that more than one queue can now be specified, if one uses the '-msg' parameter to separate the list of queues from the status message to set. The previous implementation of 'down' remains available as the command 'xdown', available for instant fallback if there seems to be anything wrong with the new one. If no one reports a problem after a few weeks, then a later update will remove 'xdown'. Reviewed by: freebsd-print@bostonradio.org MFC after: 10 days Revision Changes Path 1.28 +63 -1 src/usr.sbin/lpr/lpc/cmds.c 1.7 +2 -1 src/usr.sbin/lpr/lpc/cmdtab.c 1.8 +3 -1 src/usr.sbin/lpr/lpc/extern.h 1.18 +5 -0 src/usr.sbin/lpr/lpc/lpc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message