All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] ts-xen-install: Install netcat-openbsd
@ 2015-08-12 16:09 Ian Campbell
  2015-08-13  8:21 ` Ian Campbell
  2015-08-13 10:46 ` Ian Jackson
  0 siblings, 2 replies; 9+ messages in thread
From: Ian Campbell @ 2015-08-12 16:09 UTC (permalink / raw)
  To: ian.jackson, xen-devel, wei.liu2; +Cc: Jim Fehlig, Ian Campbell

This is required by libvirt for live migration (netcat-traditional
doesn't cut it).

netcat-openbsd has higher update-alternatives priority, so it will be
used if installed.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Jim Fehlig <jfehlig@suse.com>
---
 ts-xen-install | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ts-xen-install b/ts-xen-install
index 0f53382..0d097bc 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -53,7 +53,8 @@ my %distpath;
 sub packages () {
     target_install_packages($ho,
                             qw(bridge-utils vncsnapshot libaio1 libpixman-1-0
-                               libsdl1.2debian libglib2.0-0 liblzma5));
+                               libsdl1.2debian libglib2.0-0 liblzma5
+                               netcat-openbsd));
     if ($ho->{Suite} =~ m/jessie/) {
         target_install_packages($ho, 'libnl-route-3-200');
     }
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-13 15:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 16:09 [PATCH OSSTEST] ts-xen-install: Install netcat-openbsd Ian Campbell
2015-08-13  8:21 ` Ian Campbell
2015-08-13 10:27   ` Ian Campbell
2015-08-13 10:38     ` Ian Campbell
2015-08-13 13:59       ` Ian Campbell
2015-08-13 14:04         ` Ian Campbell
2015-08-13 15:39         ` Ian Campbell
2015-08-13 10:46 ` Ian Jackson
2015-08-13 14:44   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.