mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 23:12:48 +00:00
38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
diff -p -up glibc-2.12.1/sysdeps/generic/paths.h.orig glibc-2.12.1/sysdeps/generic/paths.h
|
|
--- glibc-2.12.1/sysdeps/generic/paths.h.orig 2010-07-27 08:34:39.000000000 -0300
|
|
+++ glibc-2.12.1/sysdeps/generic/paths.h 2010-12-27 11:19:18.515673954 -0200
|
|
@@ -62,13 +62,13 @@
|
|
#define _PATH_UNIX "/vmunix"
|
|
#define _PATH_UTMP "/var/run/utmp"
|
|
#define _PATH_UTMP_DB "/var/run/utmp.db"
|
|
-#define _PATH_VI "/usr/bin/vi"
|
|
+#define _PATH_VI "/bin/vi"
|
|
#define _PATH_WTMP "/var/log/wtmp"
|
|
|
|
/* 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/"
|
|
|
|
diff -p -up glibc-2.12.1/sysdeps/unix/sysv/linux/paths.h.orig glibc-2.12.1/sysdeps/unix/sysv/linux/paths.h
|
|
--- glibc-2.12.1/sysdeps/unix/sysv/linux/paths.h.orig 2010-07-27 08:34:39.000000000 -0300
|
|
+++ glibc-2.12.1/sysdeps/unix/sysv/linux/paths.h 2010-12-27 11:20:43.701245004 -0200
|
|
@@ -62,13 +62,13 @@
|
|
#define _PATH_TTY "/dev/tty"
|
|
#define _PATH_UNIX "/boot/vmlinux"
|
|
#define _PATH_UTMP "/var/run/utmp"
|
|
-#define _PATH_VI "/usr/bin/vi"
|
|
+#define _PATH_VI "/bin/vi"
|
|
#define _PATH_WTMP "/var/log/wtmp"
|
|
|
|
/* 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/"
|
|
|