blob: 52c1ecb4b42c66e035c0c73788e1e4ad1b549f6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN coda-6.0.10/coda-src/scripts/venus-setup coda-6.0.10-fixed/coda-src/scripts/venus-setup
--- coda-6.0.10/coda-src/scripts/venus-setup 2005-04-21 22:03:47.000000000 +0200
+++ coda-6.0.10-fixed/coda-src/scripts/venus-setup 2005-05-04 21:26:49.354219336 +0200
@@ -190,7 +190,7 @@
fi
# make the psdev, on udev and devfs systems the device should exist by now
- if [ ! -c /dev/cfs0 -o ! -c /dev/coda/0 ] ; then
+ if [ ! -c /dev/cfs0 -a ! -c /dev/coda/0 ] ; then
if [ ! -x /dev/MAKEDEV ] ; then
echo 'You need a character device for the Coda kernel module'
echo 'On *BSD systems you probably have to run "mknod /dev/cfs0 c 93 0"'
|