authselect/SOURCES/0901-rhel8-remove-mention-o...

26 lines
1.0 KiB
Diff
Raw Normal View History

2022-11-08 08:07:14 +00:00
From 2f1fea5ec3132f2ced05887ba24d03e134934930 Mon Sep 17 00:00:00 2001
2019-05-07 10:06:39 +00:00
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
Date: Tue, 30 Oct 2018 14:08:12 +0100
2022-11-08 08:07:14 +00:00
Subject: [PATCH 1/3] rhel8: remove mention of Fedora Change page in compat
tool
2019-05-07 10:06:39 +00:00
---
src/compat/authcompat.py.in.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/compat/authcompat.py.in.in b/src/compat/authcompat.py.in.in
2022-11-08 08:07:14 +00:00
index 1a68d95c71b51beabe80e9b07c084ea9c2f3580d..8334293911d1d4c2d98a6d233b91fc348cf06575 100755
2019-05-07 10:06:39 +00:00
--- a/src/compat/authcompat.py.in.in
+++ b/src/compat/authcompat.py.in.in
2022-11-08 08:07:14 +00:00
@@ -471,7 +471,6 @@ class AuthCompat:
2019-05-07 10:06:39 +00:00
"It does not provide all capabilities of authconfig.\n"))
print(_("IMPORTANT: authconfig is replaced by authselect, "
"please update your scripts."))
- print(_("See Fedora 28 Change Page: https://fedoraproject.org/wiki/Changes/AuthselectAsDefault"))
print(_("See man authselect-migration(7) to help you with migration to authselect"))
options = self.options.getSetButUnsupported()
--
2022-11-08 08:07:14 +00:00
2.34.1
2019-05-07 10:06:39 +00:00