home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15989 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!newsserver.sfu.ca!rchen
  3. From: rchen@fraser.sfu.ca (Robert Chen)
  4. Subject: Re: ghostview, part seventeen ;-)
  5. Message-ID: <1992Nov7.195917.4000@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <michaelw.721075126@mcshh.hanse.de>
  9. Date: Sat, 7 Nov 1992 19:59:17 GMT
  10. Lines: 25
  11.  
  12. In article <michaelw.721075126@mcshh.hanse.de> michaelw@mcshh.Hanse.DE (Michael Will) writes:
  13. >No, not 17 yet, but...
  14. >
  15. >After successfully running ghostview and almost choking after displaying
  16. >the tiger.ps - I have not seen such goody before ;-) - I tried to print,
  17. >but it failed because ghostview seems to try to execute a programm called
  18. >"lpr", which I have not.
  19. >
  20. >What is this, does it just dump to the printer, or does it more than that?
  21. >
  22. >Greetings, Michael Will
  23.  
  24. lpr is the print spooler from Berkeley.  So far Linux lacks a half
  25. decent print spooler in popular use.  Right now a lot of people are
  26. using the minix lp (lp is the name of the sysV spooler) which was
  27. posted while back.  
  28.  
  29. On porting lpr:  I tried to port it from the BSD sources a while back.
  30. At the time Linux lacked file locking, tcpip, and syslog.  File
  31. locking and tcpip are now here, and syslog will be in the next
  32. libc.  I hope lpr will then be a pretty easy port and can be uploaded
  33. to tsx-11 and friends.  If you are working on an lpr port, please
  34. let me know.
  35.  
  36. - Ken
  37.