d070ef7a9d
- copy BUILD_DEPENDS to RUN_DEPENDS so the dependency gets registered when making a package
16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
--- autoconf/config.h.in.orig Sun Oct 31 13:37:38 1999
|
|
+++ autoconf/config.h.in Sun Oct 31 13:38:16 1999
|
|
@@ -147,10 +147,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
|