home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d318 / cnewsbin.lha / CNewsBin / cnews.bin.lzh / C / setup.sh < prev    next >
Text File  |  1990-02-06  |  1KB  |  28 lines

  1. echo
  2. echo "This shell script creates the directories and files required"
  3. echo "  by the UUPC communication package.  Exactly which directories"
  4. echo "  and files are required will depend on the data in your 'profile'."
  5. echo
  6.  
  7. #    Make the /usr/{lib,spool}/uucp directories...
  8. mkdir usr usr/lib usr/lib/uucp usr/spool usr/spool/uucp
  9.  
  10. #    This assignment is required internally by UUPC
  11. #    (when UUPC sees an execute file for 'rnews', it only copies the
  12. #    file to the 'In.Coming' subdirectory of News:)
  13. assign News: Amiga_C_News:News
  14.  
  15. #    This one is for my benefit only (makes the pathname(s) shorter)
  16. assign x: :usr/spool/uucp
  17.  
  18. #    Copy the profile (UUPC expects it to be in :usr/lib/uucp/profile)
  19. cp Amiga_C_News:Uucp/profile :usr/lib/uucp
  20.  
  21. #    Source any local aliases.  Since the mailer does not (yet) support
  22. #    aliases internally, I use shell variables to contain uucp-style
  23. #    addresses for those people I contact often, i.e. $mike is the path
  24. #    from my machine to a friend, and $poker is everyone I typically
  25. #    play poker with on weekends.
  26. echo "Source'ing aliases..."
  27. source Amiga_C_News:C/aliases
  28.