# configuration -- all the shell files pick this up using "." # this makes it possible to add new variables here and have them # available everywhere immediately # # This is not, repeat NOT, a master control file for all of C News. # This is the shell equivalent of libcnews/config.c, a "subroutine # library" that gives shell files access to the default settings and # lets environment variables override the defaults. Changing the # defaults here will *NOT* change them throughout C News. # # =()@}>()= NEWSCTL=${NEWSCTL-/usr/local/lib/news} # =()@}>()= NEWSBIN=${NEWSBIN-/usr/local/newsbin} # =()@}>()= NEWSARTS=${NEWSARTS-/var/spool/news} # =()@}>()= NEWSPATH=${NEWSPATH-/bin:/usr/bin:/usr/local/bin} # =()@}>()= NEWSUMASK=${NEWSUMASK-002} # =()@}>()= NEWSMASTER=${NEWSMASTER-usenet} # =()@}>()= NEWSCONFIG=${NEWSCONFIG-/usr/local/lib/news/bin/config}