diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-15 22:35:35 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 18:57:24 +0200 |
commit | 5afb1e872154310d17ef8a0709202dd4ac40f0ee (patch) | |
tree | 01ba0c2317c0e5554cb7e7d495e9f21c843c8f19 /recipes/glibc/glibc-2.9/fhs-linux-paths.patch | |
parent | 5fa7c51fc743136ea3f502ac60a919ea64d4e8e9 (diff) |
glibc 2.9: cleaned up; patches only in local dir
moved all patches to glibc-2.9
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.9/fhs-linux-paths.patch')
-rw-r--r-- | recipes/glibc/glibc-2.9/fhs-linux-paths.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.9/fhs-linux-paths.patch b/recipes/glibc/glibc-2.9/fhs-linux-paths.patch new file mode 100644 index 0000000000..1f32f6d7f2 --- /dev/null +++ b/recipes/glibc/glibc-2.9/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/" + |