From 4fb5dd3018d1ce5dd9abbdd3212cc0c488f9470f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 29 Jan 2016 15:45:52 +0100 Subject: [PATCH] Rename le-update to letsencrypt-update --- createlinks | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/createlinks b/createlinks index 56f1efb..3ea8741 100644 --- a/createlinks +++ b/createlinks @@ -2,11 +2,11 @@ use esmith::Build::CreateLinks qw(:all); -templates2events("/etc/letsencrypt.sh/config.sh", qw(le-update ssl-update bootstrap-console-save)); -templates2events("/etc/crontab", qw(le-update)); +templates2events("/etc/letsencrypt.sh/config.sh", qw(letsencrypt-update ssl-update bootstrap-console-save)); +templates2events("/etc/crontab", qw(letsencrypt-update)); templates2events("/etc/letsencrypt.sh/domains.txt", qw( - le-update + letsencrypt-update bootstrap-console-save domain-create domain-delete @@ -14,5 +14,5 @@ templates2events("/etc/letsencrypt.sh/domains.txt", host-delete host-modify )); -templates2events("/etc/httpd/conf/httpd.conf", qw(le-update)); -safe_symlink("sigusr1", "root/etc/e-smith/events/le-update/services2adjust/httpd-e-smith"); +templates2events("/etc/httpd/conf/httpd.conf", qw(letsencrypt-update)); +safe_symlink("sigusr1", "root/etc/e-smith/events/letsencrypt-update/services2adjust/httpd-e-smith");