svn commit: r409674 - in head/security/letsencrypt.sh: . files

Kurt Jaeger pi at FreeBSD.org
Sat Feb 27 17:29:06 UTC 2016


Author: pi
Date: Sat Feb 27 17:29:05 2016
New Revision: 409674
URL: https://svnweb.freebsd.org/changeset/ports/409674

Log:
  security/letsencrypt.sh: periodic script needs to find curl in $PATH
  
  PR:		207532
  Reported by:	mjl at luckie.org.nz
  Submitted by:	Sascha Holzleiter <sascha at root-login.org> (maintainer)

Modified:
  head/security/letsencrypt.sh/Makefile
  head/security/letsencrypt.sh/files/000.letsencrypt.sh.in

Modified: head/security/letsencrypt.sh/Makefile
==============================================================================
--- head/security/letsencrypt.sh/Makefile	Sat Feb 27 17:02:11 2016	(r409673)
+++ head/security/letsencrypt.sh/Makefile	Sat Feb 27 17:29:05 2016	(r409674)
@@ -2,6 +2,7 @@
 
 PORTNAME=	letsencrypt.sh
 PORTVERSION=	0.0.0.20160217
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	sascha at root-login.org

Modified: head/security/letsencrypt.sh/files/000.letsencrypt.sh.in
==============================================================================
--- head/security/letsencrypt.sh/files/000.letsencrypt.sh.in	Sat Feb 27 17:02:11 2016	(r409673)
+++ head/security/letsencrypt.sh/files/000.letsencrypt.sh.in	Sat Feb 27 17:29:05 2016	(r409674)
@@ -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" ]


More information about the svn-ports-all mailing list