Skip to content

Commit 68d0c50

Browse files
committed
build: rename project to AxoSyslog
Signed-off-by: László Várady <laszlo.varady@axoflow.com>
1 parent 6d004ad commit 68d0c50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_MACOSX_RPATH 1)
1414
# which point to directories outside the build tree to the install RPATH
1515
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1616

17-
project(syslog-ng C)
17+
project(axosyslog C)
1818

1919
option(ENABLE_CPP "Enable C++" ON)
2020

cmake/print_config_summary.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function(print_config_summary)
135135
list (REMOVE_DUPLICATES _variableNames)
136136

137137
_print_separator()
138-
message(NOTICE "syslog-ng Open Source Edition ${SYSLOG_NG_VERSION} configured")
138+
message(NOTICE "AxoSyslog ${SYSLOG_NG_VERSION} configured")
139139
_print_separator()
140140

141141
if(SUMMARY_FULL)

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dnl BINARY_BRANCH - the value is added to all source/binary packages
3232
dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string
3333
dnl
3434

35-
AC_INIT([syslog-ng], m4_esyscmd_s([scripts/version.sh]))
35+
AC_INIT([axosyslog], m4_esyscmd_s([scripts/version.sh]))
3636
AC_CONFIG_SRCDIR([syslog-ng/main.c])
3737
AC_CONFIG_MACRO_DIR([m4])
3838
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -2375,7 +2375,7 @@ AC_OUTPUT(dist.conf
23752375
)
23762376

23772377
echo
2378-
echo "syslog-ng Open Source Edition $PACKAGE_VERSION configured"
2378+
echo "AxoSyslog $PACKAGE_VERSION configured"
23792379
echo " Edition settings:"
23802380
echo " Release type : $RELEASE_TYPE"
23812381
echo " Pretty version : $BROCHURE_VERSION"

0 commit comments

Comments
 (0)