16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
--- autoconf/config.h.in.orig Sun Oct 31 12:59:58 1999
|
|
+++ autoconf/config.h.in Sun Oct 31 13:00:35 1999
|
|
@@ -172,10 +172,10 @@
|
|
#undef HAVE_UTMP_HOST
|
|
|
|
/* Define location of utmp/utmpx */
|
|
-#undef RXVT_UTMP_FILE
|
|
+#define RXVT_UTMP_FILE "/var/run/utmp"
|
|
|
|
/* Define location of wtmp */
|
|
-#undef RXVT_WTMP_FILE
|
|
+#define RXVT_WTMP_FILE "/var/log/wtmp"
|
|
|
|
/* Define location of ttys/ttytab */
|
|
#undef TTYTAB_FILENAME
|