dtstart revision 12508
11311N/A# Script for starting a desktop session 11311N/A# The contents of this file are subject to the terms of the 11311N/A# Common Development and Distribution License, Version 1.0 only 11311N/A# (the "License"). You may not use this file except in compliance 11311N/A# See the License for the specific language governing permissions 11311N/A# and limitations under the License. 11311N/A# When distributing Covered Code, include this CDDL HEADER in each 11311N/A# If applicable, add the following below this CDDL HEADER, with the 11311N/A# fields enclosed by brackets "[]" replaced with your own identifying 11311N/A# information: Portions Copyright [yyyy] [name of copyright owner] 11311N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 11311N/A# Use is subject to license terms. 11311N/A echo " session_name is the suffix of an Xinitrc script in" 11311N/Aif [ -x
"${DT_SITE_CONFIG_DIR}/Xinitrc.${SESSION_NAME}" ];
then 11311N/Aelif [ -x
"${DT_SYS_CONFIG_DIR}/Xinitrc.${SESSION_NAME}" ];
then 11311N/A echo "$MYNAME: Xinitrc.${SESSION_NAME} not found in ${DT_SITE_CONFIG_DIR} or ${DT_SYS_CONFIG_DIR}" 1>&
2 12508N/A#Startup Input methods (IIIM->XIM) 12471N/A echo "$0: ssh-agent not found."