summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ross <aross@gentoo.org>2006-10-12 11:58:19 +0000
committerAndrew Ross <aross@gentoo.org>2006-10-12 11:58:19 +0000
commitb940cf60cd9785d3bbdde7be4aed3881bd5820ff (patch)
treee883c441651729092895505f8c8016841576cf83 /app-emulation/xen-tools/files/3.0.2-r4/xend.initd
parentSync xen-3.0.2.ebuild with the main tree, which had the AMD64 fix applied wit... (diff)
downloadaross-b940cf60cd9785d3bbdde7be4aed3881bd5820ff.tar.gz
aross-b940cf60cd9785d3bbdde7be4aed3881bd5820ff.tar.bz2
aross-b940cf60cd9785d3bbdde7be4aed3881bd5820ff.zip
Don't let "/etc/init.d/xend stop" kill xenconsoled and xenstored just yet (bug #149321). Ditch the hardened USE flag and use test-flag-CC instead (bug #141866, sort of).
svn path=/; revision=25
Diffstat (limited to 'app-emulation/xen-tools/files/3.0.2-r4/xend.initd')
-rw-r--r--app-emulation/xen-tools/files/3.0.2-r4/xend.initd15
1 files changed, 8 insertions, 7 deletions
diff --git a/app-emulation/xen-tools/files/3.0.2-r4/xend.initd b/app-emulation/xen-tools/files/3.0.2-r4/xend.initd
index 9f7fb74..7c24793 100644
--- a/app-emulation/xen-tools/files/3.0.2-r4/xend.initd
+++ b/app-emulation/xen-tools/files/3.0.2-r4/xend.initd
@@ -46,13 +46,14 @@ stop() {
/usr/sbin/xend stop
eend $?
- ebegin "Stopping xenconsoled"
- kill $(</var/run/xenconsoled.pid)
- eend $?
-
- ebegin "Stopping xenstored"
- kill $(</var/run/xenstore.pid)
- eend $?
+ # This needs more testing (bug #149321)
+ #ebegin "Stopping xenconsoled"
+ #kill $(</var/run/xenconsoled.pid)
+ #eend $?
+
+ #ebegin "Stopping xenstored"
+ #kill $(</var/run/xenstore.pid)
+ #eend $?
}
status() {