14ae1c3418
Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, and and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). ok jasper@
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2012/05/11 09:24:23 robert Exp $
|
|
--- configure.orig Thu May 3 09:25:02 2012
|
|
+++ configure Thu May 3 09:25:11 2012
|
|
@@ -896,11 +896,6 @@ do
|
|
ac_enable_check_opt=yes
|
|
fi
|
|
done
|
|
- if test x${ac_enable_check_opt} = xno
|
|
- then
|
|
- as_fn_error $? "unrecognized option: $ac_option
|
|
-Try \`$0 --help' for more information."
|
|
- fi
|
|
eval "enable_$ac_feature=no" ;;
|
|
|
|
-enable-* | --enable-*)
|