brad 813b3347a2 - enable utmp/wtmp support
- stop installing rclock (will update the rclock port)
1999-10-31 18:47:40 +00:00

21 lines
512 B
Plaintext

--- autoconf/config.h.in.orig Sun Oct 31 11:58:19 1999
+++ autoconf/config.h.in Sun Oct 31 11:59:16 1999
@@ -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