~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-05-30 18:40:12 UTC
  • mfrom: (1.3.9 upstream)
  • mto: (36.1.1 oneiric.merge)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20110530184012-ec03xid2c01hyizp
Tags: 5.8.1-1
* New upstream release.
* Bump Standards-Version to 3.9.2. No further changes.
* Enable and install impstats module. (Closes: #620114)
* Update logcheck rule. (Closes: #616659)
* debian/rsyslog.init: Set correct compat level (5).
* The way rsyslog processes SIGHUP has changed. It no longer does a reload
  of its configuration, but simply closes all open files. To apply a changed
  configuration, rsyslogd needs to be restarted now.
  - Drop "reload" action from debian/rsyslog.init, map "force-reload" to
    "restart". (Closes: #580897)
  - Add "rotate" action to debian/rsyslog.init which sends SIGHUP to
    rsyslogd. Use that in debian/rsyslog.logrotate. (Closes: #626365)
  - Update debian/rsyslog-mysql.postinst and rsyslog-pgsql.postinst to use
    restart instead of reload.
  - Add a NEWS file explaining the changed SIGHUP handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
AC_PREREQ(2.61)
5
 
AC_INIT([rsyslog],[5.8.0],[rsyslog@lists.adiscon.com])
 
5
AC_INIT([rsyslog],[5.8.1],[rsyslog@lists.adiscon.com])
6
6
AM_INIT_AUTOMAKE
7
7
 
8
8
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
1135
1135
# end of copy template - be sure to search for omtemplate to find everything!
1136
1136
 
1137
1137
 
 
1138
# settings for mmsnmptrapd message modification module
 
1139
AC_ARG_ENABLE(mmsnmptrapd,
 
1140
        [AS_HELP_STRING([--enable-mmsnmptrapd],[Compiles mmsnmptrapd module @<:@default=no@:>@])],
 
1141
        [case "${enableval}" in
 
1142
         yes) enable_mmsnmptrapd="yes" ;;
 
1143
          no) enable_mmsnmptrapd="no" ;;
 
1144
           *) AC_MSG_ERROR(bad value ${enableval} for --enable-mmsnmptrapd) ;;
 
1145
         esac],
 
1146
        [enable_mmsnmptrapd=no]
 
1147
)
 
1148
AM_CONDITIONAL(ENABLE_MMSNMPTRAPD, test x$enable_mmsnmptrapd = xyes)
 
1149
 
 
1150
 
1138
1151
# settings for the omhdfs;
1139
1152
AC_ARG_ENABLE(omhdfs,
1140
1153
        [AS_HELP_STRING([--enable-omhdfs],[Compiles omhdfs template module @<:@default=no@:>@])],
1193
1206
                plugins/omoracle/Makefile \
1194
1207
                plugins/omudpspoof/Makefile \
1195
1208
                plugins/sm_cust_bindcdr/Makefile \
 
1209
                plugins/mmsnmptrapd/Makefile \
1196
1210
                plugins/cust1/Makefile \
1197
1211
                java/Makefile \
1198
1212
                tests/Makefile])
1238
1252
echo "    pmaixforwardedfrom module w.be compiled:  $enable_pmaixforwardedfrom"
1239
1253
echo "    pmsnare module will be compiled:          $enable_pmsnare"
1240
1254
echo
 
1255
echo "---{ message modification modules }---"
 
1256
echo "    mmsnmptrapd module will be compiled:      $enable_mmsnmptrapd"
 
1257
echo
1241
1258
echo "---{ strgen modules }---"
1242
1259
echo "    sm_cust_bindcdr module will be compiled:  $enable_sm_cust_bindcdr"
1243
1260
echo