Rename the old logging system to "System Logs RS" to free up the name for actual systemd-journald

This commit is contained in:
Ilia Ross
2024-05-27 13:47:10 +03:00
parent 554b439bf8
commit 75e9323429
6 changed files with 14 additions and 8 deletions

View File

@@ -9,7 +9,10 @@ $ver = &get_syslog_ng_version();
my $index_econf2;
if (&has_command('systemctl')) {
if (&foreign_available('logviewer')) {
$index_econf2 = &text('index_econf2', "System Logs Viewer", "@{[&get_webprefix()]}/logviewer") . "<p><br>";
my %logviewer_text = &load_language('logviewer');
$index_econf2 = &text('index_econf2',
$logviewer_text{'index_title'},
"@{[&get_webprefix()]}/logviewer") . "<p><br>";
}
}
if (!$ver) {