diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-15 22:37:35 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 18:57:24 +0200 |
commit | 5fa7c51fc743136ea3f502ac60a919ea64d4e8e9 (patch) | |
tree | fb218be2bb6eeb39ce8f0eb670814fba3b2ac749 /recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch | |
parent | dd7a49ac1158de431ad5dc9089c49f737a8123a6 (diff) |
glibc 2.10.1: cleaned up; patches only in local dir
moved all patches to glibc-2.10.1
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch')
-rw-r--r-- | recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch b/recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch new file mode 100644 index 0000000000..1f32f6d7f2 --- /dev/null +++ b/recipes/glibc/glibc-2.10.1/fhs-linux-paths.patch @@ -0,0 +1,11 @@ +--- glibc-2.1.1/sysdeps/unix/sysv/linux/paths.h~ Thu May 27 13:16:33 1999 ++++ glibc-2.1.1/sysdeps/unix/sysv/linux/paths.h Thu May 27 13:17:55 1999 +@@ -71,7 +71,7 @@ + /* Provide trailing slash, since mostly used for building pathnames. */ + #define _PATH_DEV "/dev/" + #define _PATH_TMP "/tmp/" +-#define _PATH_VARDB "/var/db/" ++#define _PATH_VARDB "/var/lib/misc/" + #define _PATH_VARRUN "/var/run/" + #define _PATH_VARTMP "/var/tmp/" + |