Blame SOURCES/00-start-message-bus.sh

f8b01f
#!/bin/sh
f8b01f
# Copyright (C) 2008 Red Hat, Inc.
f8b01f
#
f8b01f
# All rights reserved. This copyrighted material is made available to anyone
f8b01f
# wishing to use, modify, copy, or redistribute it subject to the terms and
f8b01f
# conditions of the GNU General Public License version 2.
f8b01f
#
f8b01f
# You should have received a copy of the GNU General Public License
f8b01f
# along with this program; if not, write to the Free Software
f8b01f
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
f8b01f
#
f8b01f
f8b01f
DBUS_SESSION_BUS_ADDRESS=`printenv DBUS_SESSION_BUS_ADDRESS`
f8b01f
f8b01f
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
f8b01f
        eval `dbus-launch --sh-syntax --exit-with-session`
f8b01f
fi