I just spent on hour trying to find out why /etc/ppp/ip-down.local is
never called: something is sending a SIGTERM to /etc/ppp/ip-down before
ip-down can check for the existance if ip-down.local. Sometime while
SuSEfirewall2 is being restarted (is this a security problem?) or
immediately after.

Why does this happen? It's not much good if ip-up/down get killed
halfway. ip-down does:

  case "$BASENAME" in
      ip-down)
          restore_nameservers
          isdn_restartinterface
          start_firewall
          echo NEVER REACHED
          if test -x /etc/ppp/ip-down.local ; then

SUSE 10.1 still.

Greetings,

Volker

-- 
Volker Kuhlmann                 is list0570 with the domain in header
http://volker.dnsalias.net/     Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to