home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Magazine / wwwoffle-2.1.tar.gz / wwwoffle-2.1 / contrib / slackware-rc.local < prev   
Text File  |  1997-12-27  |  327b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # Copyright Andrew M. Bishop 1997
  4. #
  5.  
  6. # To have wwwoffled start when the computer is booted add this to the file
  7. # /etc/rc.d/rc.local (you may need to change the paths).
  8.  
  9. # The WWWOFFLE HTTP proxy server.
  10. if [ -x /usr/local/sbin/wwwoffled ]; then
  11.    /usr/local/sbin/wwwoffled -c /var/spool/wwwoffle/wwwoffle.conf
  12. fi
  13.