#!/bin/sh
######################################################################
#
#   Xfailsafe
#
#   Common Desktop Environment
#
#   Configuration file for the Login Manager
#
#   (c) Copyright 1993, 1994 Hewlett-Packard Company
#   (c) Copyright 1993, 1994 International Business Machines Corp.
#   (c) Copyright 1993, 1994 Sun Microsystems, Inc.
#   (c) Copyright 1993, 1994 Novell, Inc.
#
#        ************** DO NOT EDIT THIS FILE **************
#
#   /usr/dt/config/Xfailsafe is a factory-default file and will
#   be unconditionally overwritten upon subsequent installation.
#   Before making changes to the file, copy it to the configuration 
#   directory, /etc/dt/config. You must also update the 
#   failsafeClient resource in /etc/dt/config/Xconfig.
#
#   $Revision: 1.7 $
#
######################################################################
#
#
#  This file contains commands to invoke a simple session for repairs of
#  a dysfunctional environment. 
#
#  All clients should be run in the background with the exception of the
#  last client.  When the last client is terminated by the user, the session
#  will be terminated and the login screen will be presented.
#

#  This simple session consists of a single terminal emulator.



   XDIR=/usr/openwin/bin

   $XDIR/xterm -C -ls

