34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 99de55c364d95ae50a6d6cd6865e52a6737738c5 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Wed, 15 Jan 2020 10:55:27 +0000
|
|
Subject: [PATCH] docs: Fix update-crypto-policies command (RHBZ#1791257).
|
|
|
|
The command as documented was wrong. We need to use the --set option
|
|
to change the policy.
|
|
|
|
Fixes commit d5cbe7b4bee5dec9e28b1db03e933c97ef6d11e0.
|
|
Thanks: Xiaodai Wang
|
|
|
|
(cherry picked from commit 0edf419e983fe75daef9eaa7bd0578cbcada2e73
|
|
in virt-v2v)
|
|
---
|
|
v2v/virt-v2v-input-xen.pod | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/v2v/virt-v2v-input-xen.pod b/v2v/virt-v2v-input-xen.pod
|
|
index 4bb5d2dc2..9fd5065f1 100644
|
|
--- a/v2v/virt-v2v-input-xen.pod
|
|
+++ b/v2v/virt-v2v-input-xen.pod
|
|
@@ -37,7 +37,7 @@ to interoperate with RHEL 5 sshd are disabled. To enable them you may
|
|
need to run this command on the conversion server (ie. ssh client),
|
|
but read L<update-crypto-policies(8)> first:
|
|
|
|
- # update-crypto-policies LEGACY
|
|
+ # update-crypto-policies --set LEGACY
|
|
|
|
=head2 Test libvirt connection to remote Xen host
|
|
|
|
--
|
|
2.18.4
|
|
|