]> git.pld-linux.org Git - packages/urxvt.git/blob - rxvt-utmpx.patch
- rxvt-utmpx.patch: search for utmpx at /var/run/utmpx too.
[packages/urxvt.git] / rxvt-utmpx.patch
1 --- rxvt-2.7.6/configure.in~    Sat Nov 24 20:29:58 2001
2 +++ rxvt-2.7.6/configure.in     Sat Nov 24 20:39:59 2001
3 @@ -663,7 +663,7 @@
4  #ifdef UTMPX_FILE
5         UTMPX_FILE,
6  #endif
7 -    "/var/adm/utmpx", "/etc/utmpx", NULL };
8 +    "/var/run/utmpx", "/var/adm/utmpx", "/etc/utmpx", NULL };
9      FILE *a, *f=fopen("conftestval", "w");
10      struct stat statu, statux;
11      if (!f) exit(1);
This page took 0.10274 seconds and 4 git commands to generate.