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

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