FreeBSD Bugzilla – Attachment 175373 Details for
Bug 213163
[patch] security/acme-client: Support integrated renew/deploy script.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Support disabling deployment stage.
acme-client.patch (text/plain), 893 bytes, created by
Peter Jeremy
on 2016-10-02 21:15:39 UTC
(
hide
)
Description:
Support disabling deployment stage.
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2016-10-02 21:15:39 UTC
Size:
893 bytes
patch
obsolete
>Index: security/acme-client/files/000.acme-client.sh.in >=================================================================== >--- security/acme-client/files/000.acme-client.sh.in (revision 423117) >+++ security/acme-client/files/000.acme-client.sh.in (working copy) >@@ -47,13 +47,19 @@ > %%LOCALBASE%%/bin/acme-client $weekly_acme_client_args $weekly_acme_client_domains > fi > >- echo "Deploying Let's Encrypt certificates:" >+ case "$weekly_acme_client_deployscript" in >+ [Nn][Oo]) >+ ;; >+ *) >+ echo "Deploying Let's Encrypt certificates:" > >- if [ -x "$weekly_acme_client_deployscript" ] ; then >- $weekly_acme_client_deployscript >- else >- echo 'Skipped, deploy script not set.' >- fi >+ if [ -x "$weekly_acme_client_deployscript" ] ; then >+ $weekly_acme_client_deployscript >+ else >+ echo 'Skipped, deploy script not set.' >+ fi >+ ;; >+ esac > ;; > *) > ;;
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 213163
: 175373