package: netbase
version: 4.33

spot the bug in /etc/init.d/networking:

process_options() {
    [ -e /etc/network/options ] || return 0
    log_warning_msg "/etc/network/options still exists and it will be IGNORED! 
Read README.Debian of netbase."
}

there should be a "return 0" after the log_warning_msg... without it
/etc/init.d/networking aborts if there is a /etc/network/options file
and all hell breaks loose.

-dean



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to