Changeset 437
- Timestamp:
- Jun 6, 2013, 10:12:08 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r435 r437 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 3.0.1 2)14 AM_INIT_AUTOMAKE(samhain, 3.0.13) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST … … 2183 2183 if test -c /dev/kmem; then 2184 2184 AC_MSG_CHECKING([whether /dev/kmem is useable]) 2185 dd bs=4 if=/dev/kmem of=/dev/null 2>&1 | grep opening >/dev/null2186 if test $? - ne0; then2185 dd bs=4 count=16 if=/dev/kmem of=/dev/null >/dev/null 2>&1 2186 if test $? -eq 0; then 2187 2187 test_kmap_open=yes 2188 2188 fi -
trunk/docs/Changelog
r436 r437 1 1 3.0.13: 2 * Fix detection of nonfunctional /dev/kmem 2 3 * Fix race condition in GrowingLogfiles policy that 3 4 causes spurious reports (problem noticed by J. Daubert)
Note:
See TracChangeset
for help on using the changeset viewer.