summaryrefslogtreecommitdiffstats
path: root/patches/source/dehydrated/dehydrated.cron
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-08 22:17:18 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-09 13:30:41 +0100
commit2fac477c489dc8f8b21ca2668538c17f24a58016 (patch)
treee943d5ef340096d8a604880a84fe6e6e08df8f95 /patches/source/dehydrated/dehydrated.cron
parentedf4df250ac508cf24ae94b16de92ec8b097ea34 (diff)
downloadcurrent-2fac477c489dc8f8b21ca2668538c17f24a58016.tar.gz
current-2fac477c489dc8f8b21ca2668538c17f24a58016.tar.xz
Thu Feb 8 22:17:18 UTC 202420240208221718_15.0
patches/packages/dehydrated-0.7.1-noarch-1_slack15.0.txz: Upgraded. This is a bugfix release that addresses (among other things) an "unbound variable" error if the signing server is not available. Thanks to metaed for the heads-up.
Diffstat (limited to 'patches/source/dehydrated/dehydrated.cron')
-rw-r--r--patches/source/dehydrated/dehydrated.cron6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/source/dehydrated/dehydrated.cron b/patches/source/dehydrated/dehydrated.cron
new file mode 100644
index 000000000..7752e5b20
--- /dev/null
+++ b/patches/source/dehydrated/dehydrated.cron
@@ -0,0 +1,6 @@
+#!/bin/sh
+# This file is installed chmod 644 so that it does not run by default.
+# If you've set up dehydrated on this system, then make this file executable
+# so that renewals will be done automatically through cron:
+# chmod 755 dehydrated
+/usr/bin/dehydrated -c > /dev/null