Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
virt-sandbox
no-libexec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-libexec.patch of Package virt-sandbox
Index: libvirt-sandbox-0.6.0/bin/virt-sandbox-service =================================================================== --- libvirt-sandbox-0.6.0.orig/bin/virt-sandbox-service +++ libvirt-sandbox-0.6.0/bin/virt-sandbox-service @@ -469,7 +469,7 @@ After=libvirtd.service %(FOLLOW)s [Service] Type=simple -ExecStart=/usr/libexec/virt-sandbox-service-util -c %(URI)s -s %(NAME)s +ExecStart=/usr/lib/virt-sandbox-service-util -c %(URI)s -s %(NAME)s ExecReload=/usr/bin/virt-sandbox-service -c %(URI)s reload -u %(RELOAD)s %(NAME)s ExecStop=/usr/bin/virsh -c %(URI)s destroy %(NAME)s @@ -921,7 +921,7 @@ def connect(args): Connected to %s. Type 'Ctrl + ]' to detach from the console. """ % ( args.name ) - os.execl("/usr/libexec/virt-sandbox-service-util", + os.execl("/usr/lib/virt-sandbox-service-util", "virt-sandbox-service-util", "-c", args.uri, "-a", args.name) @@ -1027,7 +1027,7 @@ def upgrade_config_legacy(path): fd.close() unitfile = unitfile.replace("/usr/bin/virt-sandbox-service start", - "/usr/libexec/virt-sandbox-service-util -c lxc:/// -s") + "/usr/lib/virt-sandbox-service-util -c lxc:/// -s") unitfile = unitfile.replace("/usr/bin/virt-sandbox-service reload", "/usr/bin/virt-sandbox-service -c lxc:/// reload") unitfile = unitfile.replace("/usr/bin/virt-sandbox-service stop",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor