ppp-ip-down
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:0k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. #
  3. # Copyright Andrew M. Bishop 1997
  4. #
  5. # To have wwwoffled go offline when a PPP link is disconnected add this to the
  6. # file /etc/ppp/ip-down (you may need to change the paths).
  7. # Set the WWWOFFLE HTTP proxy server offline.
  8. if [ -x /usr/local/bin/wwwoffle ]; then
  9.    /usr/local/bin/wwwoffle -offline -c /var/spool/wwwoffle/wwwoffle.conf
  10. fi