cooker  

[Cooker] errors from /etc/init.d/internet on shutdown

Borsenkow Andrej
Sun, 26 Aug 2001 07:59:41 -0700

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