Compare commits
No commits in common. 'c9' and 'i10c-beta' have entirely different histories.
@ -0,0 +1,29 @@
|
||||
From f8a5ef9b783f4be5fcb2fa711dd3b550b312a629 Mon Sep 17 00:00:00 2001
|
||||
From: Vit Mojzis <vmojzis@redhat.com>
|
||||
Date: Wed, 23 Nov 2022 18:25:20 +0100
|
||||
Subject: [PATCH] Improve disable_ipv6 plugin then_text
|
||||
Content-type: text/plain
|
||||
|
||||
Use more conscious language and be more explicit.
|
||||
|
||||
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
|
||||
---
|
||||
src/disable_ipv6.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/disable_ipv6.py b/src/disable_ipv6.py
|
||||
index 1c858213ddea..ca0b9cc7f49f 100644
|
||||
--- a/src/disable_ipv6.py
|
||||
+++ b/src/disable_ipv6.py
|
||||
@@ -38,7 +38,7 @@ Disable IPV6 properly.
|
||||
fix_cmd = ""
|
||||
|
||||
if_text = _("If you want to disable IPV6 on this machine")
|
||||
- then_text = _("you need to set /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 and do not blacklist the module'")
|
||||
+ then_text = _("you need to set /proc/sys/net/ipv6/conf/all/disable_ipv6 to 1 and do not disable the ipv6 kernel module'")
|
||||
do_text = _("""Add
|
||||
net.ipv6.conf.all.disable_ipv6 = 1
|
||||
to /etc/sysctl.conf
|
||||
--
|
||||
2.41.0
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue