From 9ba67ab9f8446afb964dc74a724167af87bf6ed0 Mon Sep 17 00:00:00 2001 From: Gerald Hansen Date: Tue, 19 Jan 2016 10:37:08 +0100 Subject: [PATCH] fix description for missing package --- ddclient | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddclient b/ddclient index c9a7d71..331d7f9 100755 --- a/ddclient +++ b/ddclient @@ -1903,9 +1903,9 @@ sub load_ipv6_support { unless ($ipv6_loaded) { fatal(<<"EOM"); Error loading the Perl module IO::Socket::INET6 needed for ipv6 connect. -On Debian, the package libio-socket-ssl-perl must be installed. -On Red Hat, the package perl-IO-Socket-SSL must be installed. -On Alpine, the package perl-io-socket-ssl must be installed. +On Debian, the package libio-socket-inet6-perl must be installed. +On Red Hat, the package perl-IO-Socket-INET6 must be installed. +On Alpine, the package perl-io-socket-inet6 must be installed. EOM } import IO::Socket::INET6;