home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume31 / mbox / part11 / Quick.Start < prev   
Text File  |  1992-07-10  |  497b  |  39 lines

  1. # If [/mbox] shouldn't be the HOME, you have to change the following files:
  2. #
  3. # [HOME/src/Makefile] -> Entry MBOXHOME
  4. # [HOME/src/mbox.h]   -> Entry HOME
  5. #
  6. # DON'T use this script, if you've made the changes!!!
  7.  
  8.  
  9. # Create the ix/MBox (BBS) HOME-Directory
  10.  
  11. mkdir /mbox
  12.  
  13. # Copy the Package to HOME
  14.  
  15. cp mbox.tar.Z /mbox
  16.  
  17. # Jump there ...
  18.  
  19. cd /mbox
  20.  
  21. # Unpack all
  22.  
  23. uncompress *.Z
  24. rm *.Z
  25. tar ovx *
  26. rm *.tar
  27.  
  28. # Install the BBS (wrong ID etc. - i.e. testing only)
  29.  
  30. make inst
  31.  
  32. # Try to start ...
  33.  
  34. mbox
  35.  
  36.  
  37.  
  38.  
  39.