diff options
author | 2001-05-03 21:56:57 +0000 | |
---|---|---|
committer | 2001-05-03 21:56:57 +0000 | |
commit | 4a4c21d8d25dc5e5f22dfa3108ea46fb92f98eb4 (patch) | |
tree | 049dbbedec7f1aa7e2f6ed5296fa408bf7a02e1a | |
parent | remove "\n" from fatal() (diff) | |
download | wireguard-openbsd-4a4c21d8d25dc5e5f22dfa3108ea46fb92f98eb4.tar.xz wireguard-openbsd-4a4c21d8d25dc5e5f22dfa3108ea46fb92f98eb4.zip |
oops
-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. |