Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285839 Details for
Bug 365453
app-emulation/xen-tools-4.1.0 xendomains init script makes use of xl with non-existent arguments
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
a one line patch (diff) for $PORTDIR/app-emulation/xen-tools/files/xend.initd-r2
xend.patch (text/plain), 326 bytes, created by
Ian Delaney (RETIRED)
on 2011-09-08 10:28:03 UTC
(
hide
)
Description:
a one line patch (diff) for $PORTDIR/app-emulation/xen-tools/files/xend.initd-r2
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-09-08 10:28:03 UTC
Size:
326 bytes
patch
obsolete
>--- xend.initd-r2.1st 2011-09-08 15:31:46.718000016 +0800 >+++ xend.initd-r2 2011-09-08 15:32:13.557999992 +0800 >@@ -38,7 +38,7 @@ > stop() { > if [ "$(xm list | wc -l)" -gt 2 ]; then > ebegin " Stopping all domains" >- /usr/sbin/xl shutdown --all --wait >/dev/null >+ /usr/sbin/xl shutdown -a -w >/dev/null > eend $? > fi >
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 365453
:
274621
| 285839 |
285841