Use MAKEDEV instead of building inodes ourselves

This commit is contained in:
David Schleef 2002-01-14 21:29:03 +00:00
parent 7f09d95a24
commit 2394134624

View file

@ -1,14 +1,7 @@
#!/bin/sh
# Policy says that the user should be asked before we do this.
for i in 0 1 2 3
do
if [ ! -e /dev/comedi$i ]; then
mknod /dev/comedi$i c 98 $i
chown root.root /dev/comedi$i
chmod 666 /dev/comedi$i
fi
done
MAKEDEV comedi
#DEBHELPER#