aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/moused
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/moused')
-rwxr-xr-xlibexec/rc/rc.d/moused1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/moused b/libexec/rc/rc.d/moused
index 6f1b95af0f0a..aaf0dd0890a8 100755
--- a/libexec/rc/rc.d/moused
+++ b/libexec/rc/rc.d/moused
@@ -70,6 +70,7 @@ moused_start()
esac
for ttyv in /dev/ttyv* ; do
+ [ "$ttyv" = '/dev/ttyv*' ] && break
vidcontrol < ${ttyv} ${mousechar_arg} -m on
done
}