hilinfo lives in /usr/sbin on hp300's now...

This commit is contained in:
cgd 1994-04-04 21:54:19 +00:00
parent 493c01ede3
commit d24946e3e3
1 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,9 @@ hil)
for unit in 0 1 2 3 4 5 6 7
do
mknod hil${unit} c 14 ${unit}
if [ -f /usr/local/hilinfo ]
if [ -f /usr/sbin/hilinfo ]
then
case `/usr/local/hilinfo -t hil${unit}` in
case `/usr/sbin/hilinfo -t hil${unit}` in
mouse)
if [ ! -f locator ]
then
@ -265,7 +265,7 @@ hil)
esac
fi
done
if [ ! -f /usr/local/hilinfo ]
if [ ! -f /usr/sbin/hilinfo ]
then
ln hil1 keyboard
ln hil3 locator