home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / conf / rsetup < prev    next >
Text File  |  1995-04-27  |  526b  |  23 lines

  1. # variable setup for regression tests
  2. # This one overrides incoming values, which may not be right for testing,
  3. # and exports the new values so rconfig will see them and defer to them.
  4. #
  5. NEWSCTL=`pwd`
  6. NEWSBIN=`pwd`
  7. NEWSARTS=`pwd`/arts
  8. NEWSOV=$NEWSARTS
  9.  
  10.  
  11.  
  12. # =()<NEWSPATH=@<NEWSPATH>@>()=
  13. NEWSPATH=/bin:/usr/bin:/usr/contrib/bin
  14.  
  15.  
  16.  
  17. NEWSUMASK=022
  18. NEWSCONFIG=`pwd`/../conf/rconfig
  19. LOGNAME=regression
  20. LANG=C                # affects sort collating order
  21. export NEWSCTL NEWSBIN NEWSARTS NEWSOV NEWSPATH NEWSUMASK NEWSCONFIG
  22. export LOGNAME LANG
  23.