1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Remove references to FETCH_TOOL

On FreeBSD, anvil can use fetch(1). No need to use curl/wget.
This commit is contained in:
Dan Langille 2017-10-06 15:05:48 +00:00
parent 4934018263
commit c0659b49de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451386
3 changed files with 1 additions and 7 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= anvil
PORTVERSION= 0.0.11
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dvl@FreeBSD.org

View File

@ -1,4 +1,3 @@
CERT_SERVER="https://certs.example.org/certs"
MYCERTS="services.example.org"
SERVICES="nginx"
FETCH_TOOL="%%FETCH_TOOL%%"

View File

@ -44,11 +44,5 @@ MAILTO=you@example.org
19 20 * * * /usr/local/bin/cert-shifter
###
To use wget, set FETCH_TOOL="wget" in cert-puller.conf
To use curl, set FETCH_TOOL="curl" in cert-puller.conf
The default argments to fetch, curl, and wget can be overridden
in cert-puller.conf. See the website for details.
****************************************************************************