Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 575420 Details for
Bug 685008
app-emulation/libvirt: allow some configuration directories to be symlinks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libvirt-fix-init.patch
libvirt-fix-init.patch (text/plain), 684 bytes, created by
William Hubbs
on 2019-05-06 18:32:11 UTC
(
hide
)
Description:
libvirt-fix-init.patch
Filename:
MIME Type:
Creator:
William Hubbs
Created:
2019-05-06 18:32:11 UTC
Size:
684 bytes
patch
obsolete
>diff --git a/app-emulation/libvirt/files/libvirtd.init-r16 b/app-emulation/libvirt/files/libvirtd.init-r16 >index be660e35a1d..6d7c72d5240 100644 >--- a/app-emulation/libvirt/files/libvirtd.init-r16 >+++ b/app-emulation/libvirt/files/libvirtd.init-r16 >@@ -29,6 +29,8 @@ start_pre() { > > checkpath --directory /etc/libvirt/lxc || return 1 > checkpath --directory /etc/libvirt/nwfilter || return 1 >- checkpath --directory /etc/libvirt/qemu || return 1 >- checkpath --directory /etc/libvirt/storage || return 1 >+ [ -L /etc/libvirt/qemu ] || >+ checkpath --directory /etc/libvirt/qemu || return 1 >+ [ -L /etc/libvirt/storage ] || >+ checkpath --directory /etc/libvirt/storage || return 1 > }
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 685008
: 575420