Well fuse-utils do not depend on makedev and should not I think. I use udev 
instead.

But why depend on that link?
Why not use
cd /dev ; MAKEDEV fuse 2>/dev/null || true
or this for no output
cd /dev ; MAKEDEV fuse 2>/dev/null >/dev/null || true

Then if there is no MAKEDEV in path it is ok anyway.
I'm not starting makedev on startup, I do not want that link.

-- 
Johan Thelmén
Sweden Falun

Reply via email to