Serial devices now called /dev/cuadXX not /dev/cuaaXX

This commit is contained in:
emax 2004-11-02 20:06:33 +00:00
parent e91e1fc0e0
commit 254899764a

View File

@ -182,7 +182,7 @@ case ${startstop} in
exit 1
fi
${hcseriald} -f /dev/cuaa${unit} -n ${dev}
${hcseriald} -f /dev/cuad${unit} -n ${dev}
sleep 1 # wait a little bit
if [ ! -f "/var/run/hcseriald.${dev}.pid" ]; then