Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285841 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]
patch for $PORTDIR/app-emulation/xen-tools/files/xendomains.initd-r2
xendomains.patch (text/plain), 1.26 KB, created by
Ian Delaney (RETIRED)
on 2011-09-08 10:30:33 UTC
(
hide
)
Description:
patch for $PORTDIR/app-emulation/xen-tools/files/xendomains.initd-r2
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-09-08 10:30:33 UTC
Size:
1.26 KB
patch
obsolete
>--- xendomains.initd-r2 2011-09-08 15:24:45.898000006 +0800 >+++ xendomains.initd-r2.2nd 2011-09-08 15:22:23.554000007 +0800 >@@ -1,12 +1,12 @@ > #!/sbin/runscript >-# Copyright 1999-2011 Gentoo Foundation >+# Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2,v 1.1 2011/04/05 21:25:03 alexxy Exp $ >+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r1,v 1.1 2009/09/01 09:56:36 wschlich Exp $ > > opts="start stop status restart" > > depend() { >- need xenstored xenconsoled xend >+ need xend > after dhcp > } > >@@ -81,7 +81,7 @@ > name=$(get_domname ${dom}) > if is_running ${name} ; then > ebegin " Asking domain ${name} to shutdown in the background..." >- xl shutdown --wait ${name} >/dev/null & >+ xl shutdown -w ${name} >/dev/null & > else > einfo " Not stopping domain ${name} - not running" > fi >@@ -94,7 +94,7 @@ > name=$(get_domname ${dom}) > if is_running ${name} ; then > ebegin " Waiting for domain ${name} to shutdown" >- xl shutdown --wait ${name} >/dev/null >+ xl shutdown -w ${name} >/dev/null > eend $? > else > einfo " Not stopping domain ${name} - not running"
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