From d6eac32219ae832c1ecdbfbf01c6fb82ced78efd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 19 Sep 2000 15:50:15 +0000 Subject: *** empty log message *** --- x11/rxvt-unicode/files/patch-ac | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'x11/rxvt-unicode/files/patch-ac') diff --git a/x11/rxvt-unicode/files/patch-ac b/x11/rxvt-unicode/files/patch-ac index 6dc0d7630cb4..5e70c833507b 100644 --- a/x11/rxvt-unicode/files/patch-ac +++ b/x11/rxvt-unicode/files/patch-ac @@ -1,12 +1,20 @@ ---- doc/Makefile.in Sun Mar 12 00:26:26 2000 -+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000 -@@ -40,9 +40,6 @@ - - all: rxvt.1 - --rxvt.1: rxvt.tbl Makefile -- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi -- - SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ - -e 's%@RXVT_DATE@%$(DATE)%g;'\ +--- 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 -- cgit v1.2.3