Browse Source

Actually use $xdm_flags.

OPENBSD_2_5
downsj 26 years ago
parent
commit
3f5b4716bb
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.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


Loading…
Cancel
Save