]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-utmpx.patch
- optimize in a way that nothing is done if config is empty
[packages/util-linux.git] / util-linux-utmpx.patch
1 diff -ur util-linux-2.9r.orig/lib/pathnames.h util-linux-2.9r/lib/pathnames.h
2 --- util-linux-2.9r.orig/lib/pathnames.h        Sun Oct 11 21:19:16 1998
3 +++ util-linux-2.9r/lib/pathnames.h     Tue Jun  1 19:07:58 1999
4 @@ -64,8 +64,8 @@
5  #define _PATH_TTY              "/dev/tty"
6  #define TTYTYPES               "/etc/ttytype"
7  #define SECURETTY              "/etc/securetty"
8 -#define _PATH_UTMP             "/var/run/utmp"
9 -#define _PATH_WTMP             LOGDIR "/wtmp"
10 +#define _PATH_UTMP             "/var/run/utmpx"
11 +#define _PATH_WTMP             LOGDIR "/wtmpx"
12  #define _PATH_WTMPLOCK         "/etc/wtmplock"
13  
14  /* no more . in DEFPATH */
15 Only in util-linux-2.9r/lib: pathnames.h~
This page took 0.134907 seconds and 3 git commands to generate.