Skip to content

Commit 23188bf

Browse files
committed
Small change from vesta to hestia in comments.
1 parent afb8588 commit 23188bf

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

func/domain.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ add_web_config() {
207207
chown root:$user $conf
208208
chmod 640 $conf
209209

210-
if [ -z "$(grep "$conf" /etc/$1/conf.d/vesta.conf)" ]; then
210+
if [ -z "$(grep "$conf" /etc/$1/conf.d/hestia.conf)" ]; then
211211
if [ "$1" != 'nginx' ]; then
212-
echo "Include $conf" >> /etc/$1/conf.d/vesta.conf
212+
echo "Include $conf" >> /etc/$1/conf.d/hestia.conf
213213
else
214-
echo "include $conf;" >> /etc/$1/conf.d/vesta.conf
214+
echo "include $conf;" >> /etc/$1/conf.d/hestia.conf
215215
fi
216216
fi
217217

@@ -277,7 +277,7 @@ del_web_config() {
277277
fi
278278

279279
if [ -e "$conf" ]; then
280-
sed -i "\|$conf|d" /etc/$1/conf.d/vesta.conf
280+
sed -i "\|$conf|d" /etc/$1/conf.d/hestia.conf
281281
rm -f $conf
282282
else
283283
# fallback to old style configs
@@ -291,7 +291,7 @@ del_web_config() {
291291
# clean-up for both config styles if there is no more domains
292292
web_domain=$(grep DOMAIN $USER_DATA/web.conf |wc -l)
293293
if [ "$web_domain" -eq '0' ]; then
294-
sed -i "/.*\/$user\/conf\/web\//d" /etc/$1/conf.d/vesta.conf
294+
sed -i "/.*\/$user\/conf\/web\//d" /etc/$1/conf.d/hestia.conf
295295
if [ -f "$conf" ]; then
296296
rm -f $conf
297297
fi

func/remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ remote_dns_health_check() {
109109
echo -e "following commands:\n" >> $tmpfile
110110
echo "v-unsuspend-remote-dns-host $HOST" >> $tmpfile
111111
echo "v-sync-dns-cluster $HOST" >> $tmpfile
112-
echo -e "\n\n--\nVesta Control Panel\n$(hostname)" >> $tmpfile
112+
echo -e "\n\n--\nHestia Control Panel\n$(hostname)" >> $tmpfile
113113

114114
if [ "$1" = 'no_email' ]; then
115115
cat $tmpfile

install/debian/8/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

install/debian/8/fail2ban/jail.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ maxretry = 5
3535
enabled = true
3636
filter = hestia
3737
action = hestia[name=HESTIA]
38-
logpath = /var/log/vesta/auth.log
38+
logpath = /var/log/hestia/auth.log
3939
maxretry = 5

install/debian/8/firewall/rules.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
RULE='1' ACTION='ACCEPT' PROTOCOL='ICMP' PORT='0' IP='0.0.0.0/0' COMMENT='PING' SUSPENDED='no' TIME='17:13:48' DATE='2014-09-16'
2-
RULE='2' ACTION='ACCEPT' PROTOCOL='TCP' PORT='8083' IP='0.0.0.0/0' COMMENT='VESTA' SUSPENDED='no' TIME='07:40:16' DATE='2014-05-25'
2+
RULE='2' ACTION='ACCEPT' PROTOCOL='TCP' PORT='8083' IP='0.0.0.0/0' COMMENT='HESTIA' SUSPENDED='no' TIME='07:40:16' DATE='2014-05-25'
33
RULE='3' ACTION='ACCEPT' PROTOCOL='TCP' PORT='3306,5432' IP='0.0.0.0/0' COMMENT='DB' SUSPENDED='no' TIME='07:40:16' DATE='2014-05-25'
44
RULE='4' ACTION='ACCEPT' PROTOCOL='TCP' PORT='143,993' IP='0.0.0.0/0' COMMENT='IMAP' SUSPENDED='no' TIME='07:40:16' DATE='2014-05-25'
55
RULE='5' ACTION='ACCEPT' PROTOCOL='TCP' PORT='110,995' IP='0.0.0.0/0' COMMENT='POP3' SUSPENDED='no' TIME='07:40:16' DATE='2014-05-25'

install/debian/9/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

install/ubuntu/14.04/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

install/ubuntu/14.10/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

install/ubuntu/15.04/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

install/ubuntu/15.10/exim/exim4.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################################################
22
# #
3-
# Exim configuration file for Vesta Control Panel #
3+
# Exim configuration file for Hestia Control Panel #
44
# #
55
######################################################################
66

@@ -199,7 +199,7 @@ begin routers
199199
# driver = manualroute
200200
# domains = ! +local_domains
201201
# transport = remote_smtp
202-
# route_list = * smartrelay.vestacp.com
202+
# route_list = * smartrelay.hestiacp.com
203203
# no_more
204204
# no_verify
205205

0 commit comments

Comments
 (0)