Skip to content

Commit 611a68a

Browse files
committed
Rename path_separator to directory_separator
1 parent 4e0bec1 commit 611a68a

File tree

88 files changed

+337
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+337
-455
lines changed

addons/ErlangOTP-26.2/ospanel_data/addon.dat

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,47 @@
22

33
[main]
44

5-
architecture = x64
6-
category = ErlangOTP
7-
enabled = on
8-
license = https://www.apache.org/licenses/LICENSE-2.0
9-
license_type = Apache License 2.0
10-
min_windows_ver = 6.1.7601
11-
timestamp = 1651770000
12-
version = 26.2.3
5+
architecture = x64
6+
category = ErlangOTP
7+
enabled = on
8+
license = https://www.apache.org/licenses/LICENSE-2.0
9+
license_type = Apache License 2.0
10+
min_windows_ver = 6.1.7601
11+
timestamp = 1651770000
12+
version = 26.2.3
1313

1414
[docs]
1515

16-
English = https://www.erlang.org/docs
16+
English https://www.erlang.org/docs
1717

1818
[erl.ini]
1919

20-
comment = ;
21-
destination = {root_dir}\addons\{addon_name}\bin\erl.ini
22-
enabled = on
23-
encoding = UTF8
24-
path_separator = \\
20+
comment = ;
21+
destination = {root_dir}\addons\{addon_name}\bin\erl.ini
22+
directory_separator = \\
23+
enabled = on
24+
encoding = UTF8
2525

2626
[erl-bin.ini]
2727

28-
comment = ;
29-
destination = {root_dir}\addons\{addon_name}\erts-14.2.3\bin\erl.ini
30-
enabled = on
31-
encoding = UTF8
32-
path_separator = \\
28+
comment = ;
29+
destination = {root_dir}\addons\{addon_name}\erts-14.2.3\bin\erl.ini
30+
directory_separator = \\
31+
enabled = on
32+
encoding = UTF8
3333

3434
[addon_env.bat]
3535

36-
comment = ::
37-
destination = {root_dir}\data\cli\env_{addon_name}.bat
38-
enabled = on
39-
encoding = UTF8
40-
path_separator = \
41-
source_dir = {root_dir}\system\templates
36+
comment = ::
37+
destination = {root_dir}\data\cli\env_{addon_name}.bat
38+
directory_separator = \
39+
enabled = on
40+
encoding = UTF8
41+
source_dir = {root_dir}\system\templates
4242

4343
[environment]
4444

45-
ERLANG_HOME = {root_dir}\addons\{addon_name}
45+
ERLANG_HOME = {root_dir}\addons\{addon_name}
4646
ERLANG_SERVICE_MANAGER_PATH = {root_dir}\addons\{addon_name}\erts-14.2.3\bin
47-
ERL_LIBS = {root_dir}\addons\{addon_name}\lib
48-
PATH = {root_dir}\addons\{addon_name}\bin;%PATH%
47+
ERL_LIBS = {root_dir}\addons\{addon_name}\lib
48+
PATH = {root_dir}\addons\{addon_name}\bin;%PATH%

addons/NVM/ospanel_data/addon.dat

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@
22

33
[main]
44

5-
architecture = x64
6-
category = NVM
7-
enabled = on
8-
license = https://raw.githubusercontent.com/coreybutler/nvm-windows/master/LICENSE
9-
license_type = MIT License (MIT)
10-
min_windows_ver = 10.0.10240
11-
timestamp = 1651770000
12-
version = 1.1.12
5+
architecture = x64
6+
category = NVM
7+
enabled = on
8+
license = https://raw.githubusercontent.com/coreybutler/nvm-windows/master/LICENSE
9+
license_type = MIT License (MIT)
10+
min_windows_ver = 10.0.10240
11+
timestamp = 1651770000
12+
version = 1.1.12
1313

1414
[docs]
1515

16-
English = https://github.com/coreybutler/nvm-windows
16+
English = https://github.com/coreybutler/nvm-windows
1717

1818
[addon_env.bat]
1919

20-
comment = ::
21-
destination = {root_dir}\data\cli\env_{addon_name}.bat
22-
enabled = on
23-
encoding = UTF8
24-
path_separator = \
25-
source_dir = {root_dir}\system\templates
20+
comment = ::
21+
destination = {root_dir}\data\cli\env_{addon_name}.bat
22+
directory_separator = \
23+
enabled = on
24+
encoding = UTF8
25+
source_dir = {root_dir}\system\templates
2626

2727
[nvm.bat]
2828

29-
comment = ::
30-
destination = {root_dir}\data\cli\nvm.bat
31-
enabled = on
32-
encoding = UTF8
33-
path_separator = \
29+
comment = ::
30+
destination = {root_dir}\data\cli\nvm.bat
31+
directory_separator = \
32+
enabled = on
33+
encoding = UTF8
3434

3535
[settings.txt]
3636

37-
destination = {root_dir}\addons\{addon_name}\settings.txt
38-
enabled = on
39-
encoding = UTF8
40-
path_separator = \
37+
destination = {root_dir}\addons\{addon_name}\settings.txt
38+
directory_separator = \
39+
enabled = on
40+
encoding = UTF8
4141

4242
[environment]
4343

44-
NPM_CONFIG_UNICODE =
45-
NPM_CONFIG_CAFILE =
44+
NPM_CONFIG_UNICODE =
45+
NPM_CONFIG_CAFILE =
4646
NPM_CONFIG_USERCONFIG =
4747
NPM_CONFIG_GLOBALCONFIG =
48-
NPM_CONFIG_CACHE =
49-
NPM_CACHE_LOCATION =
50-
PATH = %PATH%
48+
NPM_CONFIG_CACHE =
49+
NPM_CACHE_LOCATION =
50+
PATH = %PATH%

addons/Perl-5.32/ospanel_data/addon.dat

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22

33
[main]
44

5-
architecture = x64
6-
category = Perl
7-
enabled = on
8-
license = https://dev.perl.org/licenses/gpl1.html
9-
license_type = GNU GPLv1
10-
min_windows_ver = 6.1.7601
11-
timestamp = 1651770000
12-
version = 5.32.2.2
5+
architecture = x64
6+
category = Perl
7+
enabled = on
8+
license = https://dev.perl.org/licenses/gpl1.html
9+
license_type = GNU GPLv1
10+
min_windows_ver = 6.1.7601
11+
timestamp = 1651770000
12+
version = 5.32.2.2
1313

1414
[docs]
1515

16-
English = https://perldoc.perl.org/perl
16+
English = https://perldoc.perl.org/perl
1717

1818
[addon_env.bat]
1919

20-
comment = ::
21-
destination = {root_dir}\data\cli\env_{addon_name}.bat
22-
enabled = on
23-
encoding = UTF8
24-
path_separator = \
25-
source_dir = {root_dir}\system\templates
20+
comment = ::
21+
destination = {root_dir}\data\cli\env_{addon_name}.bat
22+
directory_separator = \
23+
enabled = on
24+
encoding = UTF8
25+
source_dir = {root_dir}\system\templates
2626

2727
[environment]
2828

29-
PATH = {root_dir}\addons\{addon_name}\perl\site\bin;{root_dir}\addons\{addon_name}\perl\bin;{root_dir}\addons\{addon_name}\c\bin;%PATH%
30-
PERL5LIB = {root_dir}\addons\{addon_name}\perl\site\lib;{root_dir}\addons\{addon_name}\perl\vendor\lib;{root_dir}\addons\{addon_name}\perl\lib
31-
PERL5OPT =
32-
PERL_JSON_BACKEND =
33-
PERL_MB_OPT =
34-
PERL_MM_OPT =
35-
PERL_YAML_BACKEND =
29+
PATH = {root_dir}\addons\{addon_name}\perl\site\bin;{root_dir}\addons\{addon_name}\perl\bin;{root_dir}\addons\{addon_name}\c\bin;%PATH%
30+
PERL5LIB = {root_dir}\addons\{addon_name}\perl\site\lib;{root_dir}\addons\{addon_name}\perl\vendor\lib;{root_dir}\addons\{addon_name}\perl\lib
31+
PERL5OPT =
32+
PERL_JSON_BACKEND =
33+
PERL_MB_OPT =
34+
PERL_MM_OPT =
35+
PERL_YAML_BACKEND =

generate/config/MariaDB-10.1/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

generate/config/MariaDB-10.10/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

generate/config/MariaDB-10.11/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

generate/config/MariaDB-10.2/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

generate/config/MariaDB-10.3/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

generate/config/MariaDB-10.4/initdb/settings.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ comment = #
3030
destination = {root_dir}\modules\{module_name}\my.ini
3131
enabled = on
3232
encoding = ASCII
33-
path_separator = /
33+
directory_separator = /
3434

3535
[env.bat]
3636

3737
comment = ::
3838
destination = {root_dir}\data\cli\env_{module_name}.bat
3939
enabled = on
4040
encoding = UTF8
41-
path_separator = \
41+
directory_separator = \
4242
source_dir = {root_dir}\system\templates
4343

4444
[shell.bat]
@@ -47,7 +47,7 @@ comment = ::
4747
destination = {root_dir}\data\cli\shell_{module_name}.bat
4848
enabled = on
4949
encoding = UTF8
50-
path_separator = \
50+
directory_separator = \
5151
source_dir = {root_dir}\system\templates
5252

5353
[environment]

0 commit comments

Comments
 (0)