home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / ppp / dp-2.3 / sys / startdp < prev    next >
Encoding:
Text File  |  1993-01-28  |  270 b   |  10 lines

  1. #!/bin/sh
  2. #
  3. # Load the modules and run the postdpload script if sucessful
  4.  
  5. . /etc/dp.conf
  6.  
  7. cd /tmp
  8. modload $DPMODULE_DIR/ppp_async.o -entry _ppp_async_init -exec $DPMODULE_DIR/postasyncload
  9. modload $DPMODULE_DIR/dp_if.o -entry _dpmod_init -exec $DPMODULE_DIR/postdpload
  10.