From 184130d1ca80d669e04c9daa63efaff1c61becef Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 10 May 2024 21:08:51 +0200 Subject: [PATCH] add workaround for rar on arm --- cryptlib/{config-v2.sh => config-v4.sh} | 0 cryptlib/{info-v2.sh => info-v4.sh} | 3 -- cryptlib/{install-v2.sh => install-v4.sh} | 32 +------------------- cryptlib/{prompt-v2.sh => prompt-v4.sh} | 0 cryptlib/update.sh | 4 +-- dbp/{config-v2.sh => config-v4.sh} | 0 dbp/{info-v2.sh => info-v4.sh} | 0 dbp/{install-v2.sh => install-v4.sh} | 0 dbp/{prompt-v2.sh => prompt-v4.sh} | 0 dbp/update.sh | 4 +-- dosemu2/{config-v2.sh => config-v4.sh} | 0 dosemu2/{info-v2.sh => info-v4.sh} | 0 dosemu2/{install-v2.sh => install-v4.sh} | 0 dosemu2/{prompt-v2.sh => prompt-v4.sh} | 0 dosemu2/update.sh | 4 +-- fail2ban/{config-v2.sh => config-v4.sh} | 0 fail2ban/{info-v2.sh => info-v4.sh} | 0 fail2ban/{install-v2.sh => install-v4.sh} | 0 fail2ban/{prompt-v2.sh => prompt-v4.sh} | 0 fail2ban/update.sh | 4 +-- install-next.sh | 2 +- install.sh | 13 ++++---- ip2location/{config-v2.sh => config-v4.sh} | 0 ip2location/{info-v2.sh => info-v4.sh} | 0 ip2location/{install-v2.sh => install-v4.sh} | 0 ip2location/{prompt-v2.sh => prompt-v4.sh} | 0 ip2location/update.sh | 4 +-- mrc-client/{config-v2.sh => config-v4.sh} | 0 mrc-client/{info-v2.sh => info-v4.sh} | 0 mrc-client/{install-v2.sh => install-v4.sh} | 0 mrc-client/{prompt-v2.sh => prompt-v4.sh} | 0 mrc-client/update.sh | 4 +-- mrc-server/{config-v2.sh => config-v4.sh} | 0 mrc-server/{info-v2.sh => info-v4.sh} | 0 mrc-server/{install-v2.sh => install-v4.sh} | 0 mrc-server/{prompt-v2.sh => prompt-v4.sh} | 0 mrc-server/update.sh | 4 +-- mystic/{config-v2.sh => config-v4.sh} | 0 mystic/{importna-v2.sh => importna-v4.sh} | 0 mystic/{info-v2.sh => info-v4.sh} | 0 mystic/install-v3.sh | 6 ++-- mystic/{install-v2.sh => install-v4.sh} | 6 ++-- mystic/{mailin-v2.sh => mailin-v4.sh} | 0 mystic/{mailout-v2.sh => mailout-v4.sh} | 0 mystic/{maint-v2.sh => maint-v4.sh} | 2 +- mystic/{prompt-v2.sh => prompt-v4.sh} | 0 mystic/update.sh | 4 +-- spellcheck/{config-v2.sh => config-v4.sh} | 0 spellcheck/{info-v2.sh => info-v4.sh} | 0 spellcheck/{install-v2.sh => install-v4.sh} | 0 spellcheck/{prompt-v2.sh => prompt-v4.sh} | 0 spellcheck/update.sh | 4 +-- 52 files changed, 33 insertions(+), 67 deletions(-) rename cryptlib/{config-v2.sh => config-v4.sh} (100%) rename cryptlib/{info-v2.sh => info-v4.sh} (56%) rename cryptlib/{install-v2.sh => install-v4.sh} (53%) rename cryptlib/{prompt-v2.sh => prompt-v4.sh} (100%) rename dbp/{config-v2.sh => config-v4.sh} (100%) rename dbp/{info-v2.sh => info-v4.sh} (100%) rename dbp/{install-v2.sh => install-v4.sh} (100%) rename dbp/{prompt-v2.sh => prompt-v4.sh} (100%) rename dosemu2/{config-v2.sh => config-v4.sh} (100%) rename dosemu2/{info-v2.sh => info-v4.sh} (100%) rename dosemu2/{install-v2.sh => install-v4.sh} (100%) rename dosemu2/{prompt-v2.sh => prompt-v4.sh} (100%) rename fail2ban/{config-v2.sh => config-v4.sh} (100%) rename fail2ban/{info-v2.sh => info-v4.sh} (100%) rename fail2ban/{install-v2.sh => install-v4.sh} (100%) rename fail2ban/{prompt-v2.sh => prompt-v4.sh} (100%) rename ip2location/{config-v2.sh => config-v4.sh} (100%) rename ip2location/{info-v2.sh => info-v4.sh} (100%) rename ip2location/{install-v2.sh => install-v4.sh} (100%) rename ip2location/{prompt-v2.sh => prompt-v4.sh} (100%) rename mrc-client/{config-v2.sh => config-v4.sh} (100%) rename mrc-client/{info-v2.sh => info-v4.sh} (100%) rename mrc-client/{install-v2.sh => install-v4.sh} (100%) rename mrc-client/{prompt-v2.sh => prompt-v4.sh} (100%) rename mrc-server/{config-v2.sh => config-v4.sh} (100%) rename mrc-server/{info-v2.sh => info-v4.sh} (100%) rename mrc-server/{install-v2.sh => install-v4.sh} (100%) rename mrc-server/{prompt-v2.sh => prompt-v4.sh} (100%) rename mystic/{config-v2.sh => config-v4.sh} (100%) rename mystic/{importna-v2.sh => importna-v4.sh} (100%) rename mystic/{info-v2.sh => info-v4.sh} (100%) rename mystic/{install-v2.sh => install-v4.sh} (93%) rename mystic/{mailin-v2.sh => mailin-v4.sh} (100%) rename mystic/{mailout-v2.sh => mailout-v4.sh} (100%) rename mystic/{maint-v2.sh => maint-v4.sh} (86%) rename mystic/{prompt-v2.sh => prompt-v4.sh} (100%) rename spellcheck/{config-v2.sh => config-v4.sh} (100%) rename spellcheck/{info-v2.sh => info-v4.sh} (100%) rename spellcheck/{install-v2.sh => install-v4.sh} (100%) rename spellcheck/{prompt-v2.sh => prompt-v4.sh} (100%) diff --git a/cryptlib/config-v2.sh b/cryptlib/config-v4.sh similarity index 100% rename from cryptlib/config-v2.sh rename to cryptlib/config-v4.sh diff --git a/cryptlib/info-v2.sh b/cryptlib/info-v4.sh similarity index 56% rename from cryptlib/info-v2.sh rename to cryptlib/info-v4.sh index 7779c5a..c233e88 100644 --- a/cryptlib/info-v2.sh +++ b/cryptlib/info-v4.sh @@ -2,9 +2,6 @@ if [ $CRYPT = "Yes" ]; then echo "" >> ${DBP_INFO} echo "Mystic SSL Support" >> ${DBP_INFO} echo "with the libcl support you can now activate ssl in the Mystic system" >> ${DBP_INFO} -echo "also with the Cryptlib support a tool called pemtrans has been istalled" >> ${DBP_INFO} -echo "with it you can import your ssl certs like LetsEncrypt into the Mystic system" >> ${DBP_INFO} -echo "./pemtrans