On every shutdown I get "kilall: no process pppd killed" and status 
FAILED. The reason is, internet calls 
/etc/sysconfig/network-scripts/net_cnx_down that does:

#!/bin/bash
if [ "x$1" == "x--boot_time" ]; then exit; fi
ifdown ppp0
killall pppd

I told draknet to not start any interface on startup. Looks, like 
internet should call net_cnx_down with --boot_time parameter ?

-andrej

Reply via email to