Bugzilla – Attachment 265626 Details for
Bug 104590
ISDN start script is always running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
proposed patch
bug104590.diff (text/plain), 936 bytes, created by
Karsten Keil
on 2009-01-16 12:39:44 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Karsten Keil
Created:
2009-01-16 12:39:44 UTC
Size:
936 bytes
patch
obsolete
>--- ISDN.ycp.org 2009-01-16 13:00:25.000000000 +0100 >+++ ISDN.ycp 2009-01-16 13:24:15.000000000 +0100 >@@ -354,6 +354,7 @@ > y2debug("Packages returns %1", retp); > } > >+ boolean haveISDNDev = ($[] != Devices["contr"]:$[]); > if(!(modified_hw || modified_if || Provider::Modified("isdn"))) return true; > y2milestone("Writing configuration"); > >@@ -525,8 +526,15 @@ > > if(Abort()) return false; > // last step in writing current ISDN setup >- cmd = sformat("/sbin/insserv isdn"); // #104590 >- SCR::Execute(.target.bash, cmd); >+ if(haveISDNDev) { >+ cmd = sformat("/sbin/insserv isdn"); // #104590 >+ SCR::Execute(.target.bash, cmd); >+ } else { >+ cmd = sformat("/sbin/insserv -r capisuite"); >+ SCR::Execute(.target.bash, cmd); >+ cmd = sformat("/sbin/insserv -r isdn"); >+ SCR::Execute(.target.bash, cmd); >+ } > ProgressNextStage(_("Finished")); > sleep(sl); >
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 104590
:
46033
|
46035
| 265626