diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 16:08:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-12 16:08:09 +0200 |
commit | 02f768c37dac9dde424bbd31e378482750fc276c (patch) | |
tree | 440b44f612e4db65396da32af10caa5091f96013 /configure.ac | |
parent | 018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c (diff) | |
download | rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.tar.gz rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.tar.bz2 rsyslog-02f768c37dac9dde424bbd31e378482750fc276c.zip |
enhanced ommysql to support custom port to connect to server
Port can be set via new $ActionOmmysqlServerPort config directive
Note: this was a very minor change and thus deemed appropriate to be
done in the stable release.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 314dc10f..caffe01e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[3.18.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.18.3-Test3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |