home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume16 / plp / part02 / ANNOUNCE next >
Encoding:
Text File  |  1988-09-22  |  2.5 KB  |  47 lines

  1.               PLP - The Public Line Printer Spooler
  2.                A Portable UNIX Line Printer Spooler
  3.                      Release 2.0, 1 June 1988
  4.                        Prof. Patrick Powell
  5.                     Dept. of Computer Science
  6.          University of Minnesota, Minneapolis, Minnesota
  7.      PLP is a public domain version of the Berkeley LPD software.
  8. The  functional  resemblance  between  PLP  and the Berkeley Line
  9. Printer Spooler (LPD) is intentional; the source code was written
  10. without  reference  to the original Berkeley LPD software, except
  11. for  some  very  small sections concerned with networking and the
  12. large  characters used for banner printing.  The PLP software has
  13. the following features:
  14. 1).The  PLP  software is intended to be  used in a Networked File
  15.    System  (NFS)  environment,  in which there is a common set of
  16.    spool  queues,  as well as in a loosely coupled environment in
  17.    which  each  host transfers print jobs to a host which has the
  18.    printer.
  19. 2).Access  and  permission  to use PLP functions is controlled by
  20.    entries      in      a      printer      permissions      file
  21.    (/usr/spool/lpd/printer_perms.<hostname>)  which  can restrict
  22.    use  by  user  name, host, spooler, page useage, and a host of
  23.    other         factors.         The        printcap        file
  24.    (/usr/spool/lpd/printcap.<hostname>)  is  used  to specify the
  25.    printer queues and their operation.
  26. 3).Jobs  can now be prioritized.  The maximum priority a user can
  27.    specify is set in the printer permissions file.
  28. 4).In  addition  to  the  general  printer permissions file, each
  29.    spool  queue  can  have  its  own addition printer permissions
  30.    file.
  31. 5).Line  printer control functions can be exercised from a remote
  32.    host.   Hosts  and  users  with  remote control permission are
  33.    specified by entries in the printer permissions file.
  34. 6).Unspooling  of  jobs  can be performed by a printcap specified
  35.    program, rather than by the PLP unspooler.  This allows PLP to
  36.    be used as a spooler and to have spool queues used for various
  37.    purposes.
  38. 7).Extremely  verbose  and chatty error messages have been added.
  39.    These  greatly  ease debugging and installation.  In addition,
  40.    the  checkpc  utility  can be used to set file permissions and
  41.    other items for use by the PLP software.
  42. 8).The code is quite portable, with as few system dependencies in
  43.    it as possible.  It has run on a VAX 4.2, 4.3, and ULTRIX, SUN
  44.    3.0, and DG-UX.
  45. ____________
  46. * UNIX is a trademark of ATT Bell Laboratories.
  47.