This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-610-ga20492c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a20492cffc5fd4baf302f98abcbb68ab1f6981cc (commit)
       via  72e182e38d6f1dff4f382d6cc7eea74936acbdee (commit)
      from  d3bd58cf0a027016544949ffd27300ac5fb01bb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a20492cffc5fd4baf302f98abcbb68ab1f6981cc

commit a20492cffc5fd4baf302f98abcbb68ab1f6981cc
Author: Pino Toscano <toscano.pino@tiscali.it>
Date:   Sun Nov 4 10:11:39 2012 +0100

    generic paths.h: remove old paths from _PATH_STDPATH
    
    Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem
    to be part only of old BSDs, Solaris and HP-UX.

diff --git a/ChangeLog b/ChangeLog
index 4433305..bfc5cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
 
+	* sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
+	/usr/old/bin.
+
 	* sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
 	instead of spaces.
 	* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
diff --git a/sysdeps/generic/paths.h b/sysdeps/generic/paths.h
index 29b8691..893b4c2 100644
--- a/sysdeps/generic/paths.h
+++ b/sysdeps/generic/paths.h
@@ -36,7 +36,7 @@
 #define	_PATH_DEFPATH	"/usr/bin:/bin"
 /* All standard utilities path. */
 #define	_PATH_STDPATH \
-	"/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin"
+	"/usr/bin:/bin:/usr/sbin:/sbin"
 
 #define	_PATH_BSHELL	"/bin/sh"
 #define	_PATH_CONSOLE	"/dev/console"

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=72e182e38d6f1dff4f382d6cc7eea74936acbdee

commit 72e182e38d6f1dff4f382d6cc7eea74936acbdee
Author: Pino Toscano <toscano.pino@tiscali.it>
Date:   Sun Nov 4 10:10:58 2012 +0100

    Fix small indendation issues in paths.h files

diff --git a/ChangeLog b/ChangeLog
index 7b0c9d4..4433305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
+
+	* sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
+	instead of spaces.
+	* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
+
 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #14796]
diff --git a/sysdeps/generic/paths.h b/sysdeps/generic/paths.h
index f85e88c..29b8691 100644
--- a/sysdeps/generic/paths.h
+++ b/sysdeps/generic/paths.h
@@ -50,8 +50,8 @@
 #define	_PATH_MAILDIR	"/var/mail"
 #define	_PATH_MAN	"/usr/share/man"
 #define	_PATH_MEM	"/dev/mem"
-#define	_PATH_MNTTAB    "/etc/fstab"
-#define	_PATH_MOUNTED   "/var/run/mtab"
+#define	_PATH_MNTTAB	"/etc/fstab"
+#define	_PATH_MOUNTED	"/var/run/mtab"
 #define	_PATH_NOLOGIN	"/etc/nologin"
 #define	_PATH_PRESERVE	"/var/lib"
 #define	_PATH_RWHODIR	"/var/spool/rwho"
diff --git a/sysdeps/unix/sysv/linux/paths.h b/sysdeps/unix/sysv/linux/paths.h
index f4860f2..1342ab3 100644
--- a/sysdeps/unix/sysv/linux/paths.h
+++ b/sysdeps/unix/sysv/linux/paths.h
@@ -61,9 +61,9 @@
 #define	_PATH_SHELLS	"/etc/shells"
 #define	_PATH_TTY	"/dev/tty"
 #define	_PATH_UNIX	"/boot/vmlinux"
-#define _PATH_UTMP	"/var/run/utmp"
+#define	_PATH_UTMP	"/var/run/utmp"
 #define	_PATH_VI	"/usr/bin/vi"
-#define _PATH_WTMP	"/var/log/wtmp"
+#define	_PATH_WTMP	"/var/log/wtmp"
 
 /* Provide trailing slash, since mostly used for building pathnames. */
 #define	_PATH_DEV	"/dev/"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                       |    9 +++++++++
 sysdeps/generic/paths.h         |    6 +++---
 sysdeps/unix/sysv/linux/paths.h |    4 ++--
 3 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]