home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / ROOT_GZ / root / etc / rc.d / rc.6 < prev    next >
Encoding:
Text File  |  1995-05-29  |  429 b   |  19 lines

  1. #! /bin/sh
  2. #
  3. # rc.6        This file is executed by init(8) when the system is being
  4. #        initialized for run level 6 (which usually means X Windows
  5. #        on LINUX/Pro).
  6. #
  7. # Version:    @(#)/etc/rc.d/rc.6    2.00    02/17/93
  8. #
  9. # Author:    Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  10. #
  11.  
  12. # Tell the viewers what's going to happen...
  13. echo "Starting up X Windows V.11 R.6..."
  14.  
  15. # Call the "xdm" program.
  16. exec /usr/X11R6/bin/xdm -nodaemon
  17.  
  18. # All done.
  19.