summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files/patch-ac
blob: 5e70c833507b257f2bd3f637ebca29ac14dc0491 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- autoconf/config.h.in.orig	Mon Aug 21 23:33:43 2000
+++ autoconf/config.h.in	Mon Aug 21 23:34:39 2000
@@ -161,7 +161,7 @@
 #undef HAVE_UTMP_HOST
 
 /* Define location of utmp */
-#undef RXVT_UTMP_FILE
+#define RXVT_UTMP_FILE "/var/run/utmp"
 
 /* Define in utmpx.h has struct utmpx */
 #undef HAVE_STRUCT_UTMPX
@@ -173,7 +173,7 @@
 #undef RXVT_UTMPX_FILE
 
 /* Define location of wtmp */
-#undef RXVT_WTMP_FILE
+#define RXVT_WTMP_FILE "/var/log/wtmp"
 
 /* Define location of wtmpx */
 #undef RXVT_WTMPX_FILE