Hi,

Apparently this has now entered testing.
I can confirm too that nfs isn't mounted when the interface is brought
up by networkmanager and that changing
[ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || exit 0
to
[ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || [ "$ADDRFAM" =
"NetworkManager" ] || exit 0
will fix it.

Perhaps we need another way to check if the interface is configured? Don't know.

kind regards,
Ben


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to