Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 242321 Details for
Bug 214459
system-config-services starts editing runlevel 5 while in runlevel 3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
fixes default runlevel for system-config-services
serviceconf_runlevel.patch (text/x-patch), 1.42 KB, created by
Jeff Norden
on 2007-10-29 19:21:38 UTC
(
hide
)
Description:
fixes default runlevel for system-config-services
Filename:
MIME Type:
Creator:
Jeff Norden
Created:
2007-10-29 19:21:38 UTC
Size:
1.42 KB
patch
obsolete
>--- /usr/share/system-config-services/serviceconf.py.old 2007-05-04 15:45:48.000000000 -0500 >+++ /usr/share/system-config-services/serviceconf.py 2007-10-29 14:01:58.000000000 -0500 >@@ -262,7 +262,7 @@ class Gui: > self.lblRunlevel = self.xml.get_widget("lblRunlevel") > self.lblEditing = self.xml.get_widget("lblEditing") > >- self.editing_runlevel = self.services.get_runlevel() >+ self.editing_runlevel = str(self.services.get_runlevel()) > > self.pmnStart = self.xml.get_widget("pmnStart") > self.pmnStop = self.xml.get_widget("pmnStop") >@@ -277,7 +277,7 @@ class Gui: > > # initialize this to the runlevel we are running in. It will > # change when one of the optRL[3-6] are selected >- self.lblRunlevel.set_text(_("Currently Running in Runlevel: ") + str (self.editing_runlevel)) >+ self.lblRunlevel.set_text(_("Currently Running in Runlevel: ") + self.editing_runlevel) > > self.bgListServices.get_selection().connect("changed", self.changed, self.bgListServices) > >@@ -373,7 +373,7 @@ class Gui: > if self.already_init == 0: > self.services.get_service_lists() > >- self.lblEditing.set_text(_("Editing Runlevel: ") + str (self.editing_runlevel)) >+ self.lblEditing.set_text(_("Editing Runlevel: ") + self.editing_runlevel) > self.already_init = 1 > > for service in self.services:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 214459
: 242321