FreeBSD Bugzilla – Attachment 167482 Details for
Bug 207532
security/letsencrypt.sh weekly fails because curl not in path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Periodic script fix
le_periodic_fix.diff (text/plain), 824 bytes, created by
Sascha Holzleiter
on 2016-02-27 16:08:31 UTC
(
hide
)
Description:
Periodic script fix
Filename:
MIME Type:
Creator:
Sascha Holzleiter
Created:
2016-02-27 16:08:31 UTC
Size:
824 bytes
patch
obsolete
>diff -ru letsencrypt.sh.orig/Makefile letsencrypt.sh/Makefile >--- letsencrypt.sh.orig/Makefile 2016-02-27 16:54:15.322518628 +0100 >+++ letsencrypt.sh/Makefile 2016-02-27 17:02:26.930059320 +0100 >@@ -2,6 +2,7 @@ > > PORTNAME= letsencrypt.sh > PORTVERSION= 0.0.0.20160217 >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= sascha@root-login.org >diff -ru letsencrypt.sh.orig/files/000.letsencrypt.sh.in letsencrypt.sh/files/000.letsencrypt.sh.in >--- letsencrypt.sh.orig/files/000.letsencrypt.sh.in 2016-02-27 16:54:15.314202739 +0100 >+++ letsencrypt.sh/files/000.letsencrypt.sh.in 2016-02-27 17:02:07.194529280 +0100 >@@ -8,6 +8,9 @@ > 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" ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207532
: 167482