]> git.pld-linux.org Git - packages/urxvt.git/blob - rxvt-utmpx.patch
- build, works, and is great
[packages/urxvt.git] / rxvt-utmpx.patch
1 --- rxvt-2.7.8/autoconf/configure.in~
2 +++ rxvt-2.7.8/autoconf/configure.in
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.063182 seconds and 3 git commands to generate.