home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / bin / rstartd < prev    next >
Text File  |  1999-09-03  |  1KB  |  37 lines

  1.  
  2. #! /bin/sh
  3.  
  4.  
  5.  
  6. # $XConsortium: server.cpp,v 1.4 94/02/06 19:52:05 mor Exp $
  7. # $XFree86: xc/programs/rstart/server.cpp,v 3.0 1995/03/11 14:20:38 dawes Exp $
  8. #
  9.  
  10. # Copyright (c) 1993 Quarterdeck Office Systems
  11. #
  12. # Permission to use, copy, modify, distribute, and sell this software
  13. # and software and its documentation for any purpose is hereby granted
  14. # without fee, provided that the above copyright notice appear in all
  15. # copies and that both that copyright notice and this permission
  16. # notice appear in supporting documentation, and that the name
  17. # Quarterdeck Office Systems, Inc. not be used in advertising or
  18. # publicity pertaining to distribution of this software without
  19. # specific, written prior permission.
  20. #
  21. # THIS SOFTWARE IS PROVIDED "AS-IS".  QUARTERDECK OFFICE SYSTEMS,
  22. # INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  23. # INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF
  24. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
  25. # NONINFRINGEMENT.  IN NO EVENT SHALL QUARTERDECK OFFICE SYSTEMS,
  26. # INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL,
  27. # INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA, OR
  28. # PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS
  29. # OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT
  30. # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  31.  
  32.  
  33. exec /usr/X11R6/lib/X11/rstart/rstartd.real -c /usr/X11R6/lib/X11/rstart/config
  34.  
  35.  
  36.  
  37.