EV)" ]; then
echo "Creating device nodes ..."
cd /dev; MAKEDEV bluetooth
fi
Thanks to Martin F. Krafft for patch above also fixing similar problem in
fuse-utils #385696.
Also policy say it is bad to depend a full path to binary and this patch will
obey and use MAKEDEV in the path.
--
Johan Thelmén
Sweden Falun
Just a note to Eddy Petrişor. That patch will not work when there is no makedev
installed.
Instead see the patch in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387193
--
Johan Thelmén
Sweden Falun
-x "$(command -v MAKEDEV)" ]; then
echo "creating fuse device node..."
cd /dev; MAKEDEV fuse
fi
Thanks to Martin F. Krafft for patch above and also fixing same error in
fuse-utils #385696.
--
TIA Johan Thelmén
Sweden Falun
it is ok anyway.
I'm not starting makedev on startup, I do not want that link.
--
Johan Thelmén
Sweden Falun
:/dev# ./MAKEDEV fuse
bash: ./MAKEDEV: No such file or directory
x:/dev# MAKEDEV fuse
udev active, devices will be created in /dev/.static/dev/
And, or add true so it do not abort on fail. || true
--
TIA Johan Thelmén
Sweden Falun
c manpages-dev_2.25-2_all.deb | grep create_module
-rw-r--r-- root/root 900 2006-04-03 21:23:47
./usr/share/man/man2/create_module.2.gz
--
TIA Johan Thelmén
Sweden Falun
. Two weeks for a remote security fix is not that good when the fix is
known.
Please think about it next time.
--
Johan Thelmén
Sweden Falun
7 matches
Mail list logo