Bugzilla – Attachment 193482 Details for
Bug 297569
USB stick seems to be not recognized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch for /etc/init.d/consolekit
consolekit-initd.patch (text/plain), 482 bytes, created by
Christian Esken
on 2008-02-06 21:24:46 UTC
(
hide
)
Description:
Patch for /etc/init.d/consolekit
Filename:
MIME Type:
Creator:
Christian Esken
Created:
2008-02-06 21:24:46 UTC
Size:
482 bytes
patch
obsolete
>--- consolekit.SuSE10.3 2007-11-04 11:05:03.000000000 +0100 >+++ /etc/init.d/consolekit 2007-11-04 11:03:25.000000000 +0100 >@@ -36,6 +36,18 @@ > exit 0 > fi > >+ highest=5 >+ for i in 5 4 3 2 1; do >+ DBUS_IS_RUNNING=`service dbus status | grep running` >+ if test $? = 0; then break; fi >+ if test $i = $highest; then >+ echo -n " Waiting for DBUS: $highest " >+ else >+ echo -n "$i " >+ fi >+ sleep 1 >+ done >+ > echo -n "Starting ConsoleKit" > startproc $CK_BIN > rc_status -v
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 297569
:
155601
|
155602
|
155603
|
155674
|
155676
|
156599
|
156607
|
156608
|
156690
|
157751
|
161359
| 193482 |
194094