diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-01 15:00:40 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-01 15:00:40 +0200 |
commit | caede8f6216a27d06c755698fb0056c32e60bcdb (patch) | |
tree | 789fab567e360ff306345fa08845376df31f2454 /configure.ac | |
parent | 55d05e060e35035db53c4e1fa5a2facb2a5ff051 (diff) | |
download | rsyslog-caede8f6216a27d06c755698fb0056c32e60bcdb.tar.gz rsyslog-caede8f6216a27d06c755698fb0056c32e60bcdb.tar.xz rsyslog-caede8f6216a27d06c755698fb0056c32e60bcdb.zip |
added $InputUnixListenSocketHostName config directive
It permits to override the hostname being used on a local unix socket.
This is useful for differentiating "hosts" running in several jails.
Feature was suggested by David Darville, thanks for the suggestion.
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 c28cc139..82742641 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.21.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.21.2-Test1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) |