LPSCHED(1M) SysV LPSCHED(1M)
NAME
lpsched, lpshut, lpmove - start/stop the line printer (LP) scheduler and
move requests
SYNOPSIS
/usr/lib/lpsched
/usr/lib/lpshut
/usr/lib/lpmove requests dest
/usr/lib/lpmove dest1 dest2
DESCRIPTION
lpsched schedules requests taken by lp(1) for printing on line printers
(LP's).
lpshut shuts down the line-printer scheduler. All printers that are
printing when lpshut is invoked stop printing. Requests that are
printing when a printer shuts down are reprinted in their entirety when
lpsched is started again.
lpmove moves requests queued by lp(1) between LP destinations. You can
use lpmove only when lpsched is not running.
The first form of the command moves named requests to the LP destination,
dest. requests are "request ids" returned by lp(1). The second form
moves all requests for destination dest1 to destination dest2. lp(1)
then rejects requests for dest1.
NOTE
lpmove never checks the acceptance status (see accept(1M)) for the new
destination when moving requests.
FILES
/usr/spool/lp/*
SEE ALSO
accept(1M), lpadmin(1M), enable(1), lp(1), lpstat(1)