diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 14:53:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 14:53:44 +0200 |
commit | 071c9b511a711725537eff386f82a3af3ca930a8 (patch) | |
tree | f8a0ed080559446eb7500750f071864bc594a1a1 /configure.ac | |
parent | 5d24e7d8351180c0a81fdb4607d9eb668cfb58ce (diff) | |
download | rsyslog-071c9b511a711725537eff386f82a3af3ca930a8.tar.gz rsyslog-071c9b511a711725537eff386f82a3af3ca930a8.tar.xz rsyslog-071c9b511a711725537eff386f82a3af3ca930a8.zip |
added $LogRSyslogStatusMessages configuration directive
...permitting to turn off rsyslog start/stop/HUP messages. See Debian
ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
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 19d738eb..8cba22ab 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],[4.5.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.7.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) |