aboutsummaryrefslogtreecommitdiff
path: root/security/samhain/files/patch-config.h.in
blob: 74aec07c1649544747a3dc4781943c757b4c2206 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config.h.in.orig	2016-11-16 12:14:22 UTC
+++ config.h.in
@@ -349,7 +349,11 @@
 #undef HAVE_UINT64_T
 
 /* Define if you have utmpx.h.                */
-#undef HAVE_UTMPX_H
+#define HAVE_UTMPX_H
+
+#define UTMPX_FILE "/var/log/utx.active"
+
+#define WTMPX_FILE "/var/log/utx.log"
 
 /* Define if your struct utmpx has ut_xtime.  */
 #undef HAVE_UTXTIME