]> git.pld-linux.org Git - packages/urxvt.git/blame_incremental - rxvt-utmpx.patch
- 8.2
[packages/urxvt.git] / rxvt-utmpx.patch
... / ...
CommitLineData
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.024378 seconds and 4 git commands to generate.