hilinfo lives in /usr/sbin on hp300's now...
This commit is contained in:
parent
493c01ede3
commit
d24946e3e3
|
@ -245,9 +245,9 @@ hil)
|
||||||
for unit in 0 1 2 3 4 5 6 7
|
for unit in 0 1 2 3 4 5 6 7
|
||||||
do
|
do
|
||||||
mknod hil${unit} c 14 ${unit}
|
mknod hil${unit} c 14 ${unit}
|
||||||
if [ -f /usr/local/hilinfo ]
|
if [ -f /usr/sbin/hilinfo ]
|
||||||
then
|
then
|
||||||
case `/usr/local/hilinfo -t hil${unit}` in
|
case `/usr/sbin/hilinfo -t hil${unit}` in
|
||||||
mouse)
|
mouse)
|
||||||
if [ ! -f locator ]
|
if [ ! -f locator ]
|
||||||
then
|
then
|
||||||
|
@ -265,7 +265,7 @@ hil)
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ ! -f /usr/local/hilinfo ]
|
if [ ! -f /usr/sbin/hilinfo ]
|
||||||
then
|
then
|
||||||
ln hil1 keyboard
|
ln hil1 keyboard
|
||||||
ln hil3 locator
|
ln hil3 locator
|
||||||
|
|
Loading…
Reference in New Issue