From 11260c36072fe0425e8d95bd2c5b8caf36699ac2 Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 24 Nov 2001 20:29:08 +0000 Subject: [PATCH] - rxvt-utmpx.patch: search for utmpx at /var/run/utmpx too. Changed files: rxvt-utmpx.patch -> 1.1 --- rxvt-utmpx.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rxvt-utmpx.patch diff --git a/rxvt-utmpx.patch b/rxvt-utmpx.patch new file mode 100644 index 0000000..4d53d09 --- /dev/null +++ b/rxvt-utmpx.patch @@ -0,0 +1,11 @@ +--- rxvt-2.7.6/configure.in~ Sat Nov 24 20:29:58 2001 ++++ rxvt-2.7.6/configure.in Sat Nov 24 20:39:59 2001 +@@ -663,7 +663,7 @@ + #ifdef UTMPX_FILE + UTMPX_FILE, + #endif +- "/var/adm/utmpx", "/etc/utmpx", NULL }; ++ "/var/run/utmpx", "/var/adm/utmpx", "/etc/utmpx", NULL }; + FILE *a, *f=fopen("conftestval", "w"); + struct stat statu, statux; + if (!f) exit(1); -- 2.44.0