]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- rxvt-utmpx.patch: search for utmpx at /var/run/utmpx too. rxvt-2_7_6-4 rxvt-2_7_6-5
authorqrczak <qrczak@pld-linux.org>
Sat, 24 Nov 2001 20:29:08 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rxvt-utmpx.patch -> 1.1

rxvt-utmpx.patch [new file with mode: 0644]

diff --git a/rxvt-utmpx.patch b/rxvt-utmpx.patch
new file mode 100644 (file)
index 0000000..4d53d09
--- /dev/null
@@ -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);
This page took 0.158017 seconds and 4 git commands to generate.