home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2032 / FilePlaces < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.1 KB  |  31 lines

  1.  Here's where everything goes, in case you just want to replace a few
  2. of them.
  3.  BINDIR is the newsbin directory (e.g. /usr/lib/newsbin) where all of this
  4. stuff is located. RNEWSDIR is where rnews is currently located (if it shows
  5. up as /bin/rnews, ls -l it to make sure it's not a symbolic link to somewhere
  6. else).
  7.  
  8.  For spacefor:
  9.     mkdir BINDIR/old if it's not already there
  10.     move BINDIR/spacefor    ->        BINDIR/old/spacefor
  11.     move spacefor.sh    ->        BINDIR/spacefor
  12.     move spacefor.stub    ->        BINDIR/spacefor.stub
  13.  
  14.  For anne.jones: (you could also do 'make installaj')
  15.     mkdir BINDIR/inject/old if it's not already there
  16.     move BINDIR/inject/anne.jones    ->    BINDIR/inject/old/anne.jones
  17.     move anne.jones.sh        ->    BINDIR/inject/anne.jones
  18.     move anne.stub            ->    BINDIR/inject/anne.stub
  19.  
  20.  For tear:
  21.     mkdir BINDIR/inject/old if it's not already there
  22.     move BINDIR/inject/tear    ->        BINDIR/inject/old
  23.     move tear        ->        BINDIR/inject/tear
  24.  
  25.  For rnews: (you could also do 'make installnews')
  26.     mkdir RNEWSDIR/old if it's not already there
  27.     move RNEWSDIR/rnews    ->        RNEWSDIR/old/rnews
  28.     move rnews        ->        RNEWSDIR/rnews
  29.  
  30.  And that's it.
  31.