pkgsrc/security/prelude-lml/patches/patch-aa
shannonjr 29143945f0 Update to prelude-lml 0.9.6. Changes:
- Fix a bug where some rules marked silent would trigger an alert.
- Load Sonicwall and Spamassassin ruleset by default.
- Fix rule syntax problem in Sonicwall ruleset.
- Fix rule indexing problem in Squid ruleset.
- Postfix rule consistency fix.
2006-07-11 09:41:33 +00:00

26 lines
803 B
Text

$NetBSD: patch-aa,v 1.3 2006/07/11 09:41:33 shannonjr Exp $
--- configure.orig 2006-07-10 07:49:57.000000000 -0600
+++ configure
@@ -33038,10 +33038,10 @@ _ACEOF
-configdir=$sysconfdir/prelude-lml
+configdir=$sysconfdir
prelude_lml_conf=$configdir/prelude-lml.conf
regex_conf=$configdir/plugins.rules
-metadata_dir=$localstatedir/lib/prelude-lml
+metadata_dir=$localstatedir/prelude-lml
plugindir=$libdir/prelude-lml
log_plugin_dir=$plugindir
@@ -34549,6 +34549,8 @@ do
case $ac_option in
# Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+ # Avoid regenerating for rechecks on pkgsrc
+ exit 0
ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
echo "$ac_cs_version"; exit ;;