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:
parent
4934018263
commit
c0659b49de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451386
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= anvil
|
||||
PORTVERSION= 0.0.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
|
@ -1,4 +1,3 @@
|
||||
CERT_SERVER="https://certs.example.org/certs"
|
||||
MYCERTS="services.example.org"
|
||||
SERVICES="nginx"
|
||||
FETCH_TOOL="%%FETCH_TOOL%%"
|
||||
|
@ -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.
|
||||
|
||||
****************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user