home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / conf / config < prev    next >
Text File  |  1994-09-07  |  1KB  |  25 lines

  1. # configuration -- all the shell files pick this up using "."
  2. # this makes it possible to add new variables here and have them
  3. #  available everywhere immediately
  4. #
  5. # This is not, repeat NOT, a master control file for all of C News.
  6. # This is the shell equivalent of libcnews/config.c, a "subroutine
  7. # library" that gives shell files access to the default settings and
  8. # lets environment variables override the defaults.  Changing the
  9. # defaults here will *NOT* change them throughout C News.
  10. #
  11. # =()<NEWSCTL=${NEWSCTL-@<NEWSCTL>@}>()=
  12. NEWSCTL=${NEWSCTL-/etc/news}
  13. # =()<NEWSBIN=${NEWSBIN-@<NEWSBIN>@}>()=
  14. NEWSBIN=${NEWSBIN-/usr/libexec/news}
  15. # =()<NEWSARTS=${NEWSARTS-@<NEWSARTS>@}>()=
  16. NEWSARTS=${NEWSARTS-/var/news}
  17. # =()<NEWSOV=${NEWSOV-@<NEWSOV>@}>()=
  18. NEWSOV=${NEWSOV-/var/news}
  19. # =()<NEWSPATH=${NEWSPATH-@<NEWSPATH>@}>()=
  20. NEWSPATH=${NEWSPATH-/bin:/usr/bin:/usr/contrib/bin}
  21. # =()<NEWSUMASK=${NEWSUMASK-@<NEWSUMASK>@}>()=
  22. NEWSUMASK=${NEWSUMASK-022}
  23. # =()<NEWSCONFIG=${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  24. NEWSCONFIG=${NEWSCONFIG-/etc/news/bin/config}
  25.