Commit 68d0c50 1 parent 6d004ad commit 68d0c50 Copy full SHA for 68d0c50
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(CMAKE_MACOSX_RPATH 1)
14
14
# which point to directories outside the build tree to the install RPATH
15
15
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
16
16
17
- project (syslog-ng C)
17
+ project (axosyslog C)
18
18
19
19
option (ENABLE_CPP "Enable C++" ON )
20
20
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function(print_config_summary)
135
135
list (REMOVE_DUPLICATES _variableNames)
136
136
137
137
_print_separator()
138
- message (NOTICE "syslog-ng Open Source Edition ${SYSLOG_NG_VERSION} configured" )
138
+ message (NOTICE "AxoSyslog ${SYSLOG_NG_VERSION} configured" )
139
139
_print_separator()
140
140
141
141
if (SUMMARY_FULL)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dnl BINARY_BRANCH - the value is added to all source/binary packages
32
32
dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string
33
33
dnl
34
34
35
- AC_INIT ( [ syslog-ng ] , m4_esyscmd_s ( [ scripts/version.sh] ) )
35
+ AC_INIT ( [ axosyslog ] , m4_esyscmd_s ( [ scripts/version.sh] ) )
36
36
AC_CONFIG_SRCDIR ( [ syslog-ng/main.c] )
37
37
AC_CONFIG_MACRO_DIR ( [ m4] )
38
38
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
@@ -2375,7 +2375,7 @@ AC_OUTPUT(dist.conf
2375
2375
)
2376
2376
2377
2377
echo
2378
- echo "syslog-ng Open Source Edition $PACKAGE_VERSION configured"
2378
+ echo "AxoSyslog $PACKAGE_VERSION configured"
2379
2379
echo " Edition settings:"
2380
2380
echo " Release type : $RELEASE_TYPE"
2381
2381
echo " Pretty version : $BROCHURE_VERSION"
You can’t perform that action at this time.
0 commit comments