|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: rc,v 1.91 1998/10/28 17:47:00 art Exp $ |
|
|
|
# $OpenBSD: rc,v 1.92 1998/11/03 05:10:41 downsj Exp $ |
|
|
|
|
|
|
|
# System startup script run by init on autoboot |
|
|
|
# or after single-user. |
|
|
@ -467,7 +467,7 @@ date |
|
|
|
|
|
|
|
# Alternatively, on some architectures, xdm may be started in /etc/ttys. |
|
|
|
if [ "X${xdm_flags}" != X"NO" ]; then |
|
|
|
echo 'starting xdm...'; /usr/X11R6/bin/xdm |
|
|
|
echo 'starting xdm...'; /usr/X11R6/bin/xdm ${xdm_flags} |
|
|
|
fi |
|
|
|
|
|
|
|
exit 0 |
|
|
|