View | Details | Raw Unified | Return to bug 297569
Collapse All | Expand All

(-)consolekit.SuSE10.3 (+12 lines)
Lines 36-41 Link Here
36
	    exit 0
36
	    exit 0
37
	fi
37
	fi
38
38
39
	highest=5
40
	for i in 5 4 3 2 1; do
41
		DBUS_IS_RUNNING=`service dbus status | grep running`
42
		if test $? = 0; then break; fi
43
		if test $i = $highest; then
44
			echo -n " Waiting for DBUS: $highest "
45
		else
46
			echo -n "$i "
47
		fi
48
		sleep 1
49
	done
50
39
	echo -n "Starting ConsoleKit"
51
	echo -n "Starting ConsoleKit"
40
	startproc $CK_BIN
52
	startproc $CK_BIN
41
	rc_status -v
53
	rc_status -v

Return to bug 297569