aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-02-28 01:29:05 +0800
committerpi <pi@FreeBSD.org>2016-02-28 01:29:05 +0800
commitfb4f1c1cb9e350dd9ae3599f9f5c6704ffe09a75 (patch)
tree2c4553f92142e8af2fe211b1b7b66817adbd5cc5 /security
parentebadd1c5f82bc2f4448520edb6783b783dcbf803 (diff)
downloadfreebsd-ports-gnome-fb4f1c1cb9e350dd9ae3599f9f5c6704ffe09a75.tar.gz
freebsd-ports-gnome-fb4f1c1cb9e350dd9ae3599f9f5c6704ffe09a75.tar.zst
freebsd-ports-gnome-fb4f1c1cb9e350dd9ae3599f9f5c6704ffe09a75.zip
security/letsencrypt.sh: periodic script needs to find curl in $PATH
PR: 207532 Reported by: mjl@luckie.org.nz Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/letsencrypt.sh/Makefile1
-rw-r--r--security/letsencrypt.sh/files/000.letsencrypt.sh.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/security/letsencrypt.sh/Makefile b/security/letsencrypt.sh/Makefile
index 3d394149057d..5ac0ec03d85d 100644
--- a/security/letsencrypt.sh/Makefile
+++ b/security/letsencrypt.sh/Makefile
@@ -2,6 +2,7 @@
PORTNAME= letsencrypt.sh
PORTVERSION= 0.0.0.20160217
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= sascha@root-login.org
diff --git a/security/letsencrypt.sh/files/000.letsencrypt.sh.in b/security/letsencrypt.sh/files/000.letsencrypt.sh.in
index 419ecc02543e..b299fb4f7444 100644
--- a/security/letsencrypt.sh/files/000.letsencrypt.sh.in
+++ b/security/letsencrypt.sh/files/000.letsencrypt.sh.in
@@ -8,6 +8,9 @@ then
source_periodic_confs
fi
+PATH=$PATH:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin
+export PATH
+
case "$weekly_letsencrypt_enable" in
[Yy][Ee][Ss])
if [ -z "$weekly_letsencrypt_user" ]