diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-07 22:23:57 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2011-07-07 22:23:57 +0000 |
commit | 61d38903e804917aaa6f80a1a79e11ede514f776 (patch) | |
tree | 974577d686150e1fd77a7facc99cb9315f0e373e /etc/rc | |
parent | da185c2cab330af9995229af05a33050a18f4556 (diff) |
add wsmoused script and switch xdm and wsmoused in rc
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.358 2011/07/07 21:00:59 deraadt Exp $ +# $OpenBSD: rc,v 1.359 2011/07/07 22:23:56 robert Exp $ # System startup script run by init on autoboot # or after single-user. @@ -638,14 +638,7 @@ if [ X"${aucat_flags}" != X"NO" ]; then echo -n ' aucat'; aucat -l ${aucat_flags} fi -if [ X"${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then - echo -n ' wsmoused'; wsmoused ${wsmoused_flags} -fi - -# Alternatively, on some architectures, xdm may be started in /etc/ttys. -if [ X"${xdm_flags}" != X"NO" -a -x /usr/X11R6/bin/xdm ]; then - echo -n ' xdm'; /usr/X11R6/bin/xdm ${xdm_flags} -fi +start_daemon wsmoused xdm echo '.' exit 0 |