Tell testers which packages to install right away
authorkn <kn@openbsd.org>
Thu, 2 Dec 2021 15:56:15 +0000 (15:56 +0000)
committerkn <kn@openbsd.org>
Thu, 2 Dec 2021 15:56:15 +0000 (15:56 +0000)
OK bluhm

regress/usr.sbin/syslogd/Makefile

index eb59d8d..22a6732 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.32 2021/03/09 15:16:28 bluhm Exp $
+#      $OpenBSD: Makefile,v 1.33 2021/12/02 15:56:15 kn Exp $
 
 # The following ports must be installed for the regression tests:
 # p5-IO-Socket-INET6   object interface for AF_INET and AF_INET6 domain sockets
@@ -21,7 +21,7 @@ PERL_REQUIRE !=       perl -Mstrict -Mwarnings -e ' \
 .if ! empty (PERL_REQUIRE)
 regress:
        @echo "${PERL_REQUIRE}"
-       @echo install these perl packages for additional tests
+       @echo 'run "pkg_add p5-IO-Socket-INET6 p5-Socket6 p5-IO-Socket-SSL p5-BSD-Reource"'
        @echo SKIPPED
 .endif