15760N/A#!/bin/ksh
17342N/A#
17342N/A# CDDL HEADER START
17342N/A#
17342N/A# The contents of this file are subject to the terms of the
17342N/A# Common Development and Distribution License, Version 1.0 only
17342N/A# (the "License"). You may not use this file except in compliance
17342N/A# with the License.
17342N/A#
17342N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17342N/A# or http://www.opensolaris.org/os/licensing.
17342N/A# See the License for the specific language governing permissions
17342N/A# and limitations under the License.
17342N/A#
17342N/A# When distributing Covered Code, include this CDDL HEADER in each
17342N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17342N/A# If applicable, add the following below this CDDL HEADER, with the
17342N/A# fields enclosed by brackets "[]" replaced with your own identifying
17342N/A# information: Portions Copyright [yyyy] [name of copyright owner]
17342N/A#
17342N/A# CDDL HEADER END
17342N/A#
17342N/A#
17342N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
17342N/A# Use is subject to license terms.
17342N/A#
17342N/A
15760N/A
15760N/Aif [ -x "/usr/bin/dbus-launch" -a -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
15760N/A eval `dbus-launch --exit-with-session --sh-syntax`
15760N/Afi