From nobody Sun Apr 2 03:19:42 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Ppzm308pLz43qG0; Sun, 2 Apr 2023 03:19:47 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ppzm23fLwz3lc2; Sun, 2 Apr 2023 03:19:46 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id ilBfps8bcjvm1ioFspbwbh; Sun, 02 Apr 2023 03:19:44 +0000 Received: from spqr.komquats.com ([70.66.148.124]) by cmsmtp with ESMTPA id ioFrpYi4TyAOeioFspEeEk; Sun, 02 Apr 2023 03:19:44 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=6428f450 a=Cwc3rblV8FOMdVN/wOAqyQ==:117 a=Cwc3rblV8FOMdVN/wOAqyQ==:17 a=kj9zAlcOel0A:10 a=dKHAf1wccvYA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=DrW4zHUSig7LUKDxG5AA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id E2D9F260A; Sat, 1 Apr 2023 20:19:42 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id C0333EE; Sat, 1 Apr 2023 20:19:42 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Dan Langille cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 34da3d71612d - main - security/acme.sh: Fix up some install issues In-reply-to: <202304011355.331DtcfF055552@gitrepo.freebsd.org> References: <202304011355.331DtcfF055552@gitrepo.freebsd.org> Comments: In-reply-to Dan Langille message dated "Sat, 01 Apr 2023 13:55:38 +0000." List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 01 Apr 2023 20:19:42 -0700 Message-Id: <20230402031942.C0333EE@slippy.cwsent.com> X-CMAE-Envelope: MS4xfB2ble1gOuf6yUT6N4EAYuH+qLFSd1Lt5jaipgZ3ypYPbBhE1+U/JLE5zzdJQpFXcUcqwG1fnK5pSkcxm09wyvBtGs+x5iDSFLzzclE6djTwYGmu/Usc x52MJHsHhzRkIdoowAKG6dwo1WjzgT1y3BDdSm1tqbluOdT4qiS1yYG2JKASk8Ghimn6L3HaeKqR42ESFOZzZDsX9MZts8aW2WuiVp0i/rrFnp40u8N7uoWT ve4Kwm5IsgdOjUuNj68SBQM0GLJ+qU7uWetMmoDYgLbnNY99317zwuWctaRl4ju+sZrX+iwhWuKHvdU22GW/h6vf3Yc3yzDP24m4cZMVZA0= X-Rspamd-Queue-Id: 4Ppzm23fLwz3lc2 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N In message <202304011355.331DtcfF055552@gitrepo.freebsd.org>, Dan Langille writ es: > The branch main has been updated by dvl: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=34da3d71612d361f431f3fd73dc3c2 > a3d3268726 > > commit 34da3d71612d361f431f3fd73dc3c2a3d3268726 > Author: Dan Langille > AuthorDate: 2023-04-01 13:53:56 +0000 > Commit: Dan Langille > CommitDate: 2023-04-01 13:55:35 +0000 > > security/acme.sh: Fix up some install issues > > Don't install cronjob to /usr/local/etc/cron.d/ > There is no concept of sample files in this directory. Everything is acti > ve. > Instead, install to /usr/local/share/examples/acme.sh and let the user > copy it over. > > In the cronjob itself, specify the acme user. This was previously omitted > and the job would not run. > > Install the sample newsyslog file to /usr/local/etc/newsyslog.conf.d - th > is > was installing to /usr/local/etc/newsyslog.d/acme.sh > > Add an update cluse to pkg-message mentioning the newsyslog issue. > > None of these changes should break existing installs. Thank you Dan. The work you put into this port is muchly appreciated. Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0