Skip to content

Commit 420af59

Browse files
committed
Rename vesta to hestia at different positions.
1 parent 50bc667 commit 420af59

File tree

18 files changed

+31
-31
lines changed

18 files changed

+31
-31
lines changed

install/debian/9/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/ubuntu/14.04/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/ubuntu/16.04/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/ubuntu/18.04/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

src/bash_coding_style.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Contents:
6363
chown root bar
6464
chgrp sys bar
6565

66-
Each script have 4 logical part Variables, Verifications, Action and Vesta.
66+
Each script have 4 logical part Variables, Verifications, Action and Hestia.
6767
Such parts should be devided by following frames.
6868
#----------------------------------------------------------#
6969
# Variable&Function #
@@ -134,7 +134,7 @@ Contents:
134134
------------------------------------------------
135135

136136
BASH CODING STYLE
137-
skid@vestacp.com
138-
2011.12.28
137+
info@hestiacp.com
138+
23.10.2018
139139

140140
------------------------------------------------

test/test_actions.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
# Define some variables
4-
source /etc/profile.d/vesta.sh
5-
V_BIN="$VESTA/bin"
6-
V_TEST="$VESTA/test"
4+
source /etc/profile.d/hestia.sh
5+
V_BIN="$HESTIA/bin"
6+
V_TEST="$HESTIA/test"
77

88
# Define functions
99
random() {
@@ -49,7 +49,7 @@ tmpfile=$(mktemp -p /tmp )
4949
# User #
5050
#----------------------------------------------------------#
5151
# Add user
52-
cmd="v_add_user $user $user $user@vestacp.com default Super Test"
52+
cmd="v_add_user $user $user $user@hestiacp.com default Super Test"
5353
$cmd > $tmpfile 2>> $tmpfile
5454
echo_result "USER: Adding new user $user" "$?" "$tmpfile" "$cmd"
5555

@@ -59,7 +59,7 @@ $cmd > $tmpfile 2>> $tmpfile
5959
echo_result "USER: Changing password" "$?" "$tmpfile" "$cmd"
6060

6161
# Change user contact
62-
cmd="v_change_user_contact $user tester@vestacp.com"
62+
cmd="v_change_user_contact $user tester@hestiacp.com"
6363
$cmd > $tmpfile 2>> $tmpfile
6464
echo_result "USER: Changing email" "$?" "$tmpfile" "$cmd"
6565

@@ -167,7 +167,7 @@ echo_result "IP: Adding ip 198.18.0.125" "$?" "$tmpfile" "$cmd"
167167
#----------------------------------------------------------#
168168

169169
# Add web domain
170-
domain="test-$(random 4).vestacp.com"
170+
domain="test-$(random 4).hestiacp.com"
171171
cmd="v_add_web_domain $user $domain 198.18.0.125"
172172
$cmd > $tmpfile 2>> $tmpfile
173173
echo_result "WEB: Adding domain $domain on 198.18.0.125" "$?" "$tmpfile" "$cmd"

test/test_json_listing.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22

3-
source /etc/profile.d/vesta.sh
3+
source /etc/profile.d/hestia.sh
44

5-
V_BIN="$VESTA/bin"
6-
V_TEST="$VESTA/test"
5+
V_BIN="$HESTIA/bin"
6+
V_TEST="$HESTIA/test"
77

88
commands='v_list_cron_jobs admin json
99
v_list_databases admin json
10-
v_list_database admin admin_vesta json
10+
v_list_database admin admin_hestia json
1111
v_list_database_server mysql localhost json
1212
v_list_database_servers mysql json
1313
v_list_dns_domains admin json
@@ -25,7 +25,7 @@ v_list_user_ns admin json
2525
v_list_user_packages json
2626
v_list_users json
2727
v_list_web_domains admin json
28-
v_list_web_domain admin default.vesta.domain json
28+
v_list_web_domain admin default.hestia.domain json
2929
v_list_web_templates admin json
3030
v_list_web_templates_nginx admin json'
3131

web/css/styles.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2923,15 +2923,15 @@ a.button.cancel {
29232923
.login a.error {
29242924
color: #BE5ABF;
29252925
}
2926-
.vestacp {
2926+
.hestiacp {
29272927
color: #505050;
29282928
font-size: 10px;
29292929
text-align: right;
29302930
}
2931-
.vestacp:hover {
2931+
.hestiacp:hover {
29322932
color: #2c9491;
29332933
}
2934-
.vestacp:active {
2934+
.hestiacp:active {
29352935
color: #ff6701;
29362936
}
29372937
.login-bottom {

web/error/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818

1919
<body>
20-
<h2>Internal vesta error</h2>
20+
<h2>Internal hestia error</h2>
2121
<img src="/error/vesta.jpg">
2222
<div>
2323
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>

web/inc/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Hestia language file
4-
* skid (skid@vestacp.com)
4+
* HestiaCP (info@hestiacp.com)
55
*/
66

77
$LANG['en'] = array(

0 commit comments

Comments
 (0)