]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-fhs.patch
- AC-branch only,
[packages/util-linux.git] / util-linux-fhs.patch
1 diff -urN util-linux-2.11d.org/include/pathnames.h util-linux-2.11d/include/pathnames.h
2 --- util-linux-2.11d.org/include/pathnames.h    Sun Jun  3 21:48:00 2001
3 +++ util-linux-2.11d/include/pathnames.h        Sun Jun  3 21:48:47 2001
4 @@ -101,7 +105,7 @@
5  #define SECURETTY              "/etc/securetty"
6  #define _PATH_UTMP             "/var/run/utmp"
7  #define _PATH_WTMP             LOGDIR "/wtmp"
8 -#define _PATH_WTMPLOCK         "/etc/wtmplock"
9 +#define _PATH_WTMPLOCK         VARPATH "/lock/wtmplock"
10  
11  /* no more . in DEFPATH */
12  #define        _PATH_DEFPATH           "/usr/local/bin:/bin:/usr/bin"
This page took 0.048354 seconds and 3 git commands to generate.