home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8798 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!super!becker
  3. From: becker@super.org (Donald J. Becker)
  4. Subject: Re: Does anyone have GNU fax working?
  5. Message-ID: <1992Aug20.052801.16051@super.org>
  6. Sender: news@super.org (USENET News System)
  7. Nntp-Posting-Host: metropolis
  8. Organization: IDA Supercomputing Research Center
  9. References: <1992Aug17.203348.10494@m.cs.uiuc.edu> <1992Aug18.195523.10228@unislc.uucp> <1406@yetti.UUCP>
  10. Date: Thu, 20 Aug 1992 05:28:01 GMT
  11. Lines: 25
  12.  
  13. Before everyone runs off and snarfs NetFax you should understand what
  14. it is: a package for shuffling Group III fax files around your machine
  15. and the net.  It doesn't generate, understand or display them itself
  16. -- it calls ghostscript with an output drive for "fax".  The NetFax
  17. code itself is still in the development stage, with lots of pathnames
  18. to configure (and none have reasonable defaults), one file per
  19. directory, and many short C programs that would have been more
  20. appropriate as shell scripts.  The need for TCP come from its ability
  21. to shuffle fax files off to a machine that has a sendfax modem service
  22. -- a need the typical Linux user doesn't have.
  23.  
  24. OTOH, the Group III output capability of ghostscript is something that a
  25. Linixer with a sendfax modem may needs.  Just write a 'sendfax'
  26. command that works like:
  27.     % sendfax <dial-this-number> [<send-this-fax-file>]
  28.     % gs letter.ps | sendfax <dial-this-number>
  29.  
  30.  
  31. Donald Becker                       becker@super.org
  32. Supercomputing Research Center,  Institute for Defense Analyses
  33. 17100 Science Drive, Bowie MD 21114           301-805-7482
  34. -- 
  35. Donald Becker                       becker@super.org
  36. Supercomputing Research Center,  Institute for Defense Analyses
  37. 17100 Science Drive, Bowie MD 21114           301-805-7482
  38.