home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / SUN / PPP / SUNOS_OL / PPP_1_2.TAR / README.386bsd < prev    next >
Encoding:
Text File  |  1993-03-04  |  1.4 KB  |  51 lines

  1. 3/3/93
  2.  
  3. Readme instructions for installing PPP drivers on 386BSD 0.1 systems.
  4.  
  5. These instructions and the accompanying software are current for 386BSD 0.1,
  6. patchkit 0.2.1.
  7.  
  8. Manifest:
  9.     see the file MANIFEST for a complete list of files.
  10.  
  11.     Files with ()'s after them should be copied to the indicated directory
  12.     for installation.
  13.  
  14.     README.386bsd        - this file
  15.     386bsd/            - dir with patches and original files
  16.  
  17. Installation instructions:
  18.  
  19. 1. Make the local applications
  20.  
  21.     make all
  22.  
  23. 2. Install the new kernel files. 
  24.  
  25.     make install.386bsd
  26.  
  27. 3. Patch or Install the old files.  To patch try
  28.  
  29.     make patch.386bsd
  30.  
  31. If the patches fail you can use the original files.  The safest thing
  32. is to 
  33.  
  34.     make copy.386bsd
  35.  
  36. which will preserve the original files in "*.pre-ppp".  This will make
  37. rolling out the files easier if you have problems.  The script should be
  38. safe to run multiple times as it preserves any exsiting "*.pre-ppp"
  39. files.
  40.  
  41. 2. Add a line of the form `pseudo-device ppp <n>' to the configuration
  42. file of the system you wish to add the serial line driver to.  the
  43. value <n> should be the number of serial lines you plan on using for
  44. ppp/ip/tcp connections.  By default, <n> is one (i.e. if you simply
  45. add the line "pseudo-device ppp" to your kernel config file, you'll
  46. get one ppp interface)
  47.  
  48. 3. Generate a new kernel through the usual steps (see `Building
  49. Berkeley Kernels with Config' by Leffler and Karels if you are not
  50. familiar with this procedure).
  51.