From d0ff2688ea7330e9a126255cc94d0bea8b9d4acd Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 9 Oct 2000 18:07:59 +0000 Subject: [PATCH] moused will now co-exist with X --- src/etc/rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 7d1e1d47..936e4d5b 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.154 2000/10/07 00:03:52 millert Exp $ +# $OpenBSD: rc,v 1.155 2000/10/09 18:07:59 aaron Exp $ # System startup script run by init on autoboot # or after single-user. @@ -536,13 +536,13 @@ echo '.' date +if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then + echo 'starting moused...'; /usr/sbin/moused ${moused_flags} +fi + # Alternatively, on some architectures, xdm may be started in /etc/ttys. if [ "X${xdm_flags}" != X"NO" ]; then echo 'starting xdm...'; /usr/X11R6/bin/xdm ${xdm_flags} -else - if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then - echo 'starting moused...'; /usr/sbin/moused ${moused_flags} - fi fi exit 0