aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot/files/patch-certbot-compat-misc.py
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-03-07 16:51:45 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-03-07 16:51:45 +0000
commit3b1494205f704e4215a3299fa5432551eea3d5fe (patch)
tree263b1ca95727fb8f2302dcb31e4fe6610d868bcd /security/py-certbot/files/patch-certbot-compat-misc.py
parentf2499eec5ae60bcd0ce31852e0d518ca1c143e44 (diff)
downloadports-3b1494205f704e4215a3299fa5432551eea3d5fe.tar.gz
ports-3b1494205f704e4215a3299fa5432551eea3d5fe.zip
Notes
Diffstat (limited to 'security/py-certbot/files/patch-certbot-compat-misc.py')
-rw-r--r--security/py-certbot/files/patch-certbot-compat-misc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-certbot/files/patch-certbot-compat-misc.py b/security/py-certbot/files/patch-certbot-compat-misc.py
index e9c60c47692c..c104a34cf796 100644
--- a/security/py-certbot/files/patch-certbot-compat-misc.py
+++ b/security/py-certbot/files/patch-certbot-compat-misc.py
@@ -4,9 +4,9 @@
# https://github.com/certbot/certbot/pull/7056
# TODO: Upstream
---- certbot/compat/misc.py.orig 2020-01-14 18:41:31 UTC
+--- certbot/compat/misc.py.orig 2021-03-02 21:37:04 UTC
+++ certbot/compat/misc.py
-@@ -74,6 +74,11 @@ LINUX_DEFAULT_FOLDERS = {
+@@ -79,6 +79,11 @@ LINUX_DEFAULT_FOLDERS = {
'work': '/var/lib/letsencrypt',
'logs': '/var/log/letsencrypt',
}
@@ -18,7 +18,7 @@
def get_default_folder(folder_type):
-@@ -88,8 +93,13 @@ def get_default_folder(folder_type):
+@@ -93,8 +98,13 @@ def get_default_folder(folder_type):
"""
if os.name != 'nt':