|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: rc,v 1.168 2001/05/02 02:41:26 deraadt Exp $ |
|
|
|
# $OpenBSD: rc,v 1.169 2001/05/03 21:56:57 deraadt Exp $ |
|
|
|
|
|
|
|
# System startup script run by init on autoboot |
|
|
|
# or after single-user. |
|
|
@ -551,7 +551,7 @@ echo '.' |
|
|
|
date |
|
|
|
|
|
|
|
if [ "X${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then |
|
|
|
echo 'starting wsmoused...'; /usr/sbin/wsmoused ${moused_flags} |
|
|
|
echo 'starting wsmoused...'; /usr/sbin/wsmoused ${wsmoused_flags} |
|
|
|
fi |
|
|
|
|
|
|
|
# Alternatively, on some architectures, xdm may be started in /etc/ttys. |
|
|
|