git: 87f5d98480a8 - main - net/opentracker: Fix pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 21:24:54 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=87f5d98480a88b7eaaa2dd50faeae79d87d29a88 commit 87f5d98480a88b7eaaa2dd50faeae79d87d29a88 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-10-24 21:23:06 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-10-24 21:23:06 +0000 net/opentracker: Fix pkg-message Move EOM to the end of the message Approved by: portmgr (blanket) --- net/opentracker/pkg-message | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/opentracker/pkg-message b/net/opentracker/pkg-message index 1fc8c19e44e3..811b11425603 100644 --- a/net/opentracker/pkg-message +++ b/net/opentracker/pkg-message @@ -15,7 +15,6 @@ sysctl kern.ipc.somaxconn=1024 sysctl kern.ipc.nmbclusters=32768 sysctl net.inet.tcp.msl=10000 sysctl kern.maxfiles=10240 -EOM In order to enable opentracker at boot time; @@ -24,5 +23,6 @@ In order to enable opentracker at boot time; Or # sysrc opentracker_ipv6_enable=yes +EOM } ]