Browse Source

oops

OPENBSD_3_0
deraadt 23 years ago
parent
commit
c3e467bfe9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -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.


Loading…
Cancel
Save