home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff472.lzh / CNewsBin / cnews_bin.lzh / Control / CNews.Config < prev    next >
Text File  |  1991-01-07  |  3KB  |  67 lines

  1. #    This file Copyright (c) 1990, 1991 by Frank J. Edwards.
  2. #    All Rights Reserved.  You may freely fulfill any desire
  3. #    to further redistribute this file as long as this notice
  4. #    remains intact and at the top of the file.
  5. #:ts=4
  6.  
  7. NEWSARTS   = "NewsArts:"        # Top-level directory for articles
  8. NEWSCTL    = "NewsCtl:"            # Where control files are kept
  9. NEWSBIN    = "NewsBin:"            # Where are `expire', `relaynews', etc
  10. #NEWSPATH   = "C:,CNews:"        # $NEWSBIN will be added to this list...
  11. #NEWSUMASK = "002"                # unused
  12. NEWSMASTER = "usenet"            # Who receives mail messages?
  13. TZ         = "EST5EDT"            # Unix-style timezone variable
  14.  
  15. SENDMAIL    = "sendmail -s"        # How does News send mail?
  16. SENDSYS     = "NewsBin:relay/sendsys.e %s %s"        # arguments are article_name
  17. SENDUUNAME  = "NewsBin:relay/senduuname.e %s %s"    #   and the rest of the
  18. VERSION     = "NewsBin:relay/version.e %s %s"        #   Control: header
  19. RMGROUP     = "NewsBin:relay/rmgroup.e %s %s"
  20. NEWGROUP    = "NewsBin:relay/newgroup <%s %s"
  21. CHECKGROUPS = "NewsBin:relay/checkgroups <%s %s"
  22. ADDGROUP    = "NewsBin:relay/newgroup"
  23. DELGROUP    = "NewsBin:maint/delgroup"
  24.  
  25. #
  26. #    These variables are for AmigaRN.  This _IS_NOT_ a port of the Unix rn(1)
  27. #    program, but an incredible simulation!
  28. #
  29. NEWSRC     = "Uupc:Mail/.newsrc"    # Where is the .newsrc stored?
  30. RNTEMP     = "T:"                    # Temp directory for files
  31.  
  32. #    Each of these programs MUST have the %s placeholder for the name
  33. #    of the file...
  34. #RNPAGER   = "more %s"                # What binary should RN call for reading?
  35. RNMAIL     = "sendmail <%s"            # How does RN send mail?
  36. RNEDIT     = "vi %s"                # Which editor should be used within RN?
  37. RNPOST     = "relaynews <%s -i -s"    # How does RN post articles?
  38.  
  39. RNINDENT   = ">"                    # this is the default
  40. USERNAME   = "crash"                # machine name comes from "NewsCtl:mailname"
  41. REALNAME   = "Frank J. Edwards"
  42. POSTSIG    = "UUCP:Lib/.postsig"
  43. MAILSIG    = "UUCP:Lib/.mailsig"
  44. ORGANIZATION = "Me and My Shadow"
  45. #
  46. #    Each of the keywords given below may be assigned a string value as
  47. #    shown.  The <envparm.c> module in the <libamiga> directory of the
  48. #    CNews distribution searches for values in the following order/places:
  49. #
  50. #        1)    Current environment
  51. #        2)    File identified by "CNEWS" (probably this file)
  52. #        3)    Built-in default
  53. #
  54. #    The contents of the CNEWS variable is a filename where the other
  55. #    configuration parameters may be found, searched for in the same order.
  56. #
  57. #    The comment parsing of this file is very crude, i.e. everything on
  58. #    a line following a '#' is a comment, even if the comment indicator
  59. #    is inside a quoted string :-(  Hopefully, this shouldn't happen.
  60. #
  61. #NEWSCTL    = "/usr/lib/news"
  62. #NEWSPATH   = "/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin"
  63. #NEWSARTS   = "/usr/spool/news"
  64. #NEWSBIN    = "/usr/lib/newsbin"
  65. #NEWSUMASK  = "002"
  66. #NEWSMASTER = "usenet"
  67.