summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-01 15:00:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-01 15:00:40 +0200
commitcaede8f6216a27d06c755698fb0056c32e60bcdb (patch)
tree789fab567e360ff306345fa08845376df31f2454 /configure.ac
parent55d05e060e35035db53c4e1fa5a2facb2a5ff051 (diff)
downloadrsyslog-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.ac2
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])