Skip to content

Commit

Permalink
Adapt Bareos messages to new wording.
Browse files Browse the repository at this point in the history
Be default, self-compiled binaries contain the message:

Self-compiled binaries (UNSUPPORTED)\n
Get professional support from https://www.bareos.com
  • Loading branch information
joergsteffens committed Oct 28, 2022
1 parent dcc4830 commit faa2853
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions core/src/lib/version.cc
@@ -1,7 +1,7 @@
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2019-2020 Bareos GmbH & Co. KG
Copyright (C) 2019-2022 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Expand Down Expand Up @@ -53,14 +53,14 @@
#endif

#if !defined BAREOS_SERVICES_MESSAGE
# define BAREOS_SERVICES_MESSAGE \
"self-compiled binaries are UNSUPPORTED by bareos.com.\n" \
"Get official binaries and vendor support on https://www.bareos.com"
# define BAREOS_SERVICES_MESSAGE \
"Self-compiled binaries (UNSUPPORTED)\n" \
"Get professional support from https://www.bareos.com"
#endif

#if !defined BAREOS_JOBLOG_MESSAGE
# define BAREOS_JOBLOG_MESSAGE \
"self-compiled: Get official binaries and vendor support on bareos.com"
"Self-compiled: Get professional support from https://www.bareos.com"
#endif

#define BAREOS_COPYRIGHT_MESSAGE_WITH_FSF_AND_PLANETS \
Expand Down
6 changes: 3 additions & 3 deletions webui/cmake/BareosLocalBuildDefinitions.cmake
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2019-2019 Bareos GmbH & Co. KG
# Copyright (C) 2019-2022 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand All @@ -17,10 +17,10 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.

set(BareosComSubscriptionLink "https://www.bareos.com/en/Subscription.html")
set(BareosComSubscriptionLink "https://www.bareos.com/subscription/")
set(BareosGetOfficialBinariesAndSupportOnBareosComMainPage
"Get official binaries and support on bareos.com"
)
set(BareosGetOfficialBinariesAndSupportOnBareosComLoginPage
"Get official binaries and support on bareos.com"
"Self-complied Bareos (UNSUPPORTED).<br>Professional support recommended.<br>Contact www.bareos.com"
)

0 comments on commit faa2853

Please sign in to comment.