diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-03 21:56:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-03 21:56:58 +0000 |
commit | 147c1f31d2ecc6c86fe425748eed78d4b4dde28b (patch) | |
tree | 10266bf916236f069fc20551369c9c691fda15cd /etc/rc | |
parent | 4aec7cf303b17c9b526e112dcc1243ee69f26538 (diff) |
oops
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |