From: dv Date: Thu, 30 Dec 2021 20:51:34 +0000 (+0000) Subject: typo: p5-Socket-SSL -> p5-IO-Socket-SSL X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dff9a40a0ad6f7ca2747b96f9895bf3a3d94ce0d;p=openbsd typo: p5-Socket-SSL -> p5-IO-Socket-SSL ok kn@ --- diff --git a/regress/usr.sbin/relayd/Makefile b/regress/usr.sbin/relayd/Makefile index f017c07332a..885fd1a8406 100644 --- a/regress/usr.sbin/relayd/Makefile +++ b/regress/usr.sbin/relayd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2021/12/22 11:50:28 bluhm Exp $ +# $OpenBSD: Makefile,v 1.21 2021/12/30 20:51:34 dv Exp $ # The following ports must be installed for the regression tests: # p5-Socket6 Perl defines relating to AF_INET6 sockets @@ -14,7 +14,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ .if ! empty (PERL_REQUIRE) regress: @echo "${PERL_REQUIRE}" - @echo 'run "pkg_add p5-Socket6 p5-Socket-SSL"' + @echo 'run "pkg_add p5-Socket6 p5-IO-Socket-SSL"' @echo SKIPPED .endif