home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / communication / EnhancePNI.README < prev    next >
Encoding:
Text File  |  1995-02-15  |  894 b   |  28 lines

  1.  
  2. This is a package of enhancements I made to PNI 1.13 after being frustrated
  3. by the constraints of having to name PNI configuration files by the pseudo
  4. device in use. It contains a modified pnirun script that gets installed
  5. in /usr/local/etc/ and two bourne shell scripts 'pniup' and 'pnidown' that get installed in /usr/local/bin.  I've included man pages for these two scripts
  6. as well.
  7.  
  8. "What does this do for me?", you ask. Well, it allows you to name your
  9. configuration files after the site you are calling. For example, I have a site
  10. called 'wimsey', so I have a config file called wimsey.config that is used
  11. to establish a connection to wimsey. I simply issue the command:
  12.  
  13. % pniup wimsey
  14.  
  15. to bring up the connection, and
  16.  
  17. % pnidown wimsey
  18.  
  19. to knock down the connection.
  20.  
  21.  
  22. This code is released into the public domain as is, without warranty.
  23.  
  24. Enjoy.
  25.  
  26. Brad Head <brad@instep.wimsey.com>
  27.  
  28.