summaryrefslogtreecommitdiffstats
path: root/x11/rxvt-devel/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-23 04:35:17 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-08-23 04:35:17 +0000
commitbcfbb07c641468132659011c425d54d9f3458cc1 (patch)
treeb7cbee98482c06b869d1728872988d39b86144b1 /x11/rxvt-devel/files
parent0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (diff)
downloadFreeBSD-ports-bcfbb07c641468132659011c425d54d9f3458cc1.zip
FreeBSD-ports-bcfbb07c641468132659011c425d54d9f3458cc1.tar.gz
Add support for utmp in rxvt. All the user has to do
is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet
Diffstat (limited to 'x11/rxvt-devel/files')
-rw-r--r--x11/rxvt-devel/files/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/rxvt-devel/files/patch-ad b/x11/rxvt-devel/files/patch-ad
new file mode 100644
index 0000000..5593c2f
--- /dev/null
+++ b/x11/rxvt-devel/files/patch-ad
@@ -0,0 +1,20 @@
+--- autoconf/config.h.in.orig Mon Aug 16 23:55:41 1999
++++ autoconf/config.h.in Sun Aug 22 21:32:25 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
OpenPOWER on IntegriCloud