Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84812 Details for
Bug 129330
ivman does not work together with new hal versions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make ivman work again with hal-0.5.7
hal-0.5.7.patch (text/plain), 1.25 KB, created by
Florian Engelhardt
on 2006-04-16 21:11:13 UTC
(
hide
)
Description:
Patch to make ivman work again with hal-0.5.7
Filename:
MIME Type:
Creator:
Florian Engelhardt
Created:
2006-04-16 21:11:13 UTC
Size:
1.25 KB
patch
obsolete
>Index: src/IvmConfig/IvmConfigCommon.c >=================================================================== >RCS file: /cvsroot/ivman/ivman/src/IvmConfig/IvmConfigCommon.c,v >retrieving revision 1.11 >diff -u -r1.11 IvmConfigCommon.c >--- src/IvmConfig/IvmConfigCommon.c 10 Feb 2006 01:20:51 -0000 1.11 >+++ src/IvmConfig/IvmConfigCommon.c 9 Apr 2006 11:23:56 -0000 >@@ -137,7 +137,9 @@ > 3) volume.policy.should_mount == TRUE > OR { > volume.policy.should_mount does not exist >- AND storage.policy.should_mount == TRUE on block.storage_device >+ AND { storage.policy.should_mount == TRUE on block.storage_device >+ OR storage.policy.should_mount does not exist on >+ block.storage_device } > } > */ > >@@ -197,12 +199,6 @@ > if (!libhal_device_property_exists > (hal_ctx, new_udi, "storage.policy.should_mount", &dbus_error)) > { >- DEBUG(_("\ >-Device %s won't be mounted because no mount policy was specified on \ >-either the volume or parent device"), device); >- libhal_free_string(device); >- libhal_free_string(new_udi); >- return FALSE; > } > else if ( > !libhal_device_get_property_bool(hal_ctx,
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 129330
: 84812 |
84874