diff options
Diffstat (limited to 'x11/rxvt-devel/files/patch-autoconf__config.h.in')
-rw-r--r-- | x11/rxvt-devel/files/patch-autoconf__config.h.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/rxvt-devel/files/patch-autoconf__config.h.in b/x11/rxvt-devel/files/patch-autoconf__config.h.in new file mode 100644 index 000000000000..6dc47b63b56e --- /dev/null +++ b/x11/rxvt-devel/files/patch-autoconf__config.h.in @@ -0,0 +1,20 @@ +--- autoconf/config.h.in.orig Sun Oct 22 00:13:00 2000 ++++ autoconf/config.h.in Sun Oct 22 00:13:43 2000 +@@ -168,7 +168,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 +@@ -180,7 +180,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 |