File 3212-DEPRECATIONS-Correct-copy-paste-error.patch of Package erlang
From fd64abfd6dbb8e30c61e3acc09cabcb5fca8b81b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Wed, 17 Feb 2021 05:08:39 +0100
Subject: [PATCH 2/3] DEPRECATIONS: Correct copy/paste error
ftp:start_service/1 was listed twice; ftp:stop_service/1 was not listed.
---
system/doc/general_info/DEPRECATIONS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index da75bb7083..7872b698c9 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -22,7 +22,7 @@
#
ftp:start_service/1 since=24 remove=26
-ftp:start_service/1 since=24 remove=26
+ftp:stop_service/1 since=24 remove=26
disk_log:accessible_logs/0 since=24 remove=26
disk_log:lclose/1 since=24 remove=26
disk_log:lclose/2 since=24 remove=26
--
2.26.2