slackware-rc.local
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:0k
源码类别:

浏览器

开发平台:

Unix_Linux

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