Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161286 Details for
Bug 232855
mgeops-psp ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
SystemService.diff
SystemService.diff (text/plain), 809 bytes, created by
Jimmy.Jazz
on 2008-07-24 17:26:00 UTC
(
hide
)
Description:
SystemService.diff
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2008-07-24 17:26:00 UTC
Size:
809 bytes
patch
obsolete
>--- ./mgeops-psp-3.0.7/src/SystemService.cpp 2008-01-07 15:18:49.000000000 +0100 >+++ ./mgeops-psp-3.0.7/src/SystemService.cpp 2008-07-22 22:33:06.000000000 +0200 >@@ -202,7 +202,6 @@ > break; > case MgeUtils::SYSTEM_TYPE_SUSE: > case MgeUtils::SYSTEM_TYPE_RHFC: >- default: > // FIXME: test if good!? > //if ((Glib::file_test ("/var/lib/ups/upsd.pid", Glib::FILE_TEST_EXISTS) == true) > // && (Glib::file_test ("/var/lib/ups/upsmon.pid", Glib::FILE_TEST_EXISTS) == true)) >@@ -211,6 +210,14 @@ > else > retCode = false; > break; >+ default: >+ if ((Glib::file_test ("/var/lib/nut/upsd.pid", Glib::FILE_TEST_EXISTS) == true) >+ && (Glib::file_test ("/var/run/upsmon.pid", Glib::FILE_TEST_EXISTS) == true)) >+ >+ retCode = true; >+ else >+ retCode = false; >+ break; > } > return retCode; > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232855
:
161281
|
161283
|
161284
|
161285
| 161286 |
234189
|
234191