#! /bin/sh # # rc.6 This file is executed by init(8) when the system is being # initialized for run level 6 (which usually means X Windows # on LINUX/Pro). # # Version: @(#)/etc/rc.d/rc.6 2.00 02/17/93 # # Author: Fred N. van Kempen, # # Tell the viewers what's going to happen... echo "Starting up the X Window System V.11 R.6..." # Call the "xdm" program. exec /usr/X11R6/bin/xdm -nodaemon # All done.