Another fix:

Add this to the start of the rc.d/network stop section.

# Ensure netfs is taken down before network.
for daemon in "[EMAIL PROTECTED]"; do
    if [ "$daemon" = "${daemon#!}" -a "$daemon" = "netfs" ]; then
        if ! ck_daemon netfs; then
            /etc/rc.d/netfs stop
        fi
    fi
done

Will stop netfs if it's running, before stopping the network.

-- 
iphitus // Arch Developer // kernel26beyond // iphitus.loudas.com

_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to