diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-07-30 10:14:30 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-07-30 10:14:30 +0000 |
commit | 6eab92c66e8f9f7d886feae85bb629d85fb79f1a (patch) | |
tree | a2014f8a0e7ac9e3e39a3dba0e6ae4f7b09fa210 /app-emulation/xen-tools | |
parent | Fix fpm restart issue (diff) | |
download | gentoo-2-6eab92c66e8f9f7d886feae85bb629d85fb79f1a.tar.gz gentoo-2-6eab92c66e8f9f7d886feae85bb629d85fb79f1a.tar.bz2 gentoo-2-6eab92c66e8f9f7d886feae85bb629d85fb79f1a.zip |
Take out duplicate AUTODIR && PARALLEL_SHUTDOWN from xendomains-screen.confd wrt Bug #478234
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/files/xendomains-screen.confd | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 81a337a7c940..4a0dfa000e8d 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.186 2013/07/30 07:08:35 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.187 2013/07/30 10:14:30 idella4 Exp $ + + 30 Jul 2013; Ian Delaney <idella4@gentoo.org> files/xendomains-screen.confd: + Take out duplicate AUTODIR && PARALLEL_SHUTDOWN from xendomains-screen.confd + wrt Bug #478234 30 Jul 2013; Ian Delaney <idella4@gentoo.org> +files/xen-tools-4.2.2-install.patch, xen-tools-4.2.2-r4.ebuild: diff --git a/app-emulation/xen-tools/files/xendomains-screen.confd b/app-emulation/xen-tools/files/xendomains-screen.confd index a180c13d85db..e75e19d3be74 100644 --- a/app-emulation/xen-tools/files/xendomains-screen.confd +++ b/app-emulation/xen-tools/files/xendomains-screen.confd @@ -2,11 +2,11 @@ # Directory of domains to boot. AUTODIR should contain one or more symlinks # to domain config files in /etc/xen -AUTODIR=/etc/xen/auto +# AUTODIR=/etc/xen/auto # Send shutdown commands to all domains in parallel instead of waiting for # each to shutdown individually -PARALLEL_SHUTDOWN=yes +# PARALLEL_SHUTDOWN=yes # When SCREEN="yes", domains in AUTODIR have their consoles connected to a # screen session named SCREEN_NAME, with output logged to individual files |