home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3138 / FilePlaces < prev    next >
Text File  |  1991-03-26  |  786b  |  24 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.
  5.  
  6.  For spacefor:
  7.     mkdir BINDIR/old if it's not already there
  8.     move BINDIR/spacefor    ->        BINDIR/old/spacefor
  9.     move spacefor.sh    ->        BINDIR/spacefor
  10.     move spacefor.stub    ->        BINDIR/spacefor.stub
  11.  
  12.  For anne.jones: (you could also do 'make installaj')
  13.     mkdir BINDIR/inject/old if it's not already there
  14.     move BINDIR/inject/anne.jones    ->    BINDIR/inject/old/anne.jones
  15.     move anne.jones.sh        ->    BINDIR/inject/anne.jones
  16.     move anne.stub            ->    BINDIR/inject/anne.stub
  17.  
  18.  For tear:
  19.     mkdir BINDIR/inject/old if it's not already there
  20.     move BINDIR/inject/tear    ->        BINDIR/inject/old
  21.     move tear        ->        BINDIR/inject/tear
  22.  
  23.  And that's it.
  24.