Page MenuHomeFreeBSD

D17092.diff
No OneTemporary

D17092.diff

Index: head/security/acme.sh/Makefile
===================================================================
--- head/security/acme.sh/Makefile
+++ head/security/acme.sh/Makefile
@@ -2,6 +2,7 @@
PORTNAME= acme.sh
PORTVERSION= 2.7.9
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= dvl@FreeBSD.org
@@ -42,7 +43,7 @@
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/deploy ${STAGEDIR}${EXAMPLESDIR}/dnsapi
( cd ${WRKSRC} && ${COPYTREE_BIN} deploy ${STAGEDIR}${EXAMPLESDIR} )
( cd ${WRKSRC} && ${COPYTREE_BIN} dnsapi ${STAGEDIR}${EXAMPLESDIR} )
- ${INSTALL_DATA} ${FILESDIR}/acme.sh ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${FILESDIR}/acme.sh.conf ${STAGEDIR}${EXAMPLESDIR}
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
Index: head/security/acme.sh/files/acme.sh
===================================================================
--- head/security/acme.sh/files/acme.sh
+++ head/security/acme.sh/files/acme.sh
@@ -1,6 +0,0 @@
-# acme.sh configuration file for newsyslog.conf
-#
-# see newsyslog.conf(5) for details
-#
-# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
-/var/log/acme.sh.log acme:acme 640 90 * @T00 B
Index: head/security/acme.sh/files/acme.sh.conf
===================================================================
--- head/security/acme.sh/files/acme.sh.conf
+++ head/security/acme.sh/files/acme.sh.conf
@@ -0,0 +1,6 @@
+# acme.sh configuration file for newsyslog.conf
+#
+# see newsyslog.conf(5) for details
+#
+# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
+/var/log/acme.sh.log acme:acme 640 90 * @T00 B
Index: head/security/acme.sh/files/pkg-message.in
===================================================================
--- head/security/acme.sh/files/pkg-message.in
+++ head/security/acme.sh/files/pkg-message.in
@@ -13,7 +13,7 @@
scripts which will be useful if you decide to use dns-01 challenges. Also
included are the deploy scripts.
-A newsyslog.conf sample file is provided at %%EXAMPLESDIR%%/acme.sh
+A newsyslog.conf sample file is provided at %%EXAMPLESDIR%%/acme.sh.conf
and you could create a symlink from that to %%PREFIX%%/etc/newsyslog.conf.d/
Your sample cronjob looks like this:
Index: head/security/acme.sh/pkg-plist
===================================================================
--- head/security/acme.sh/pkg-plist
+++ head/security/acme.sh/pkg-plist
@@ -1,5 +1,5 @@
sbin/acme.sh
-%%EXAMPLESDIR%%/acme.sh
+%%EXAMPLESDIR%%/acme.sh.conf
%%EXAMPLESDIR%%/deploy/README.md
%%EXAMPLESDIR%%/deploy/apache.sh
%%EXAMPLESDIR%%/deploy/cpanel_uapi.sh

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 9:18 PM (15 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16601323
Default Alt Text
D17092.diff (2 KB)

Event Timeline