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, fedora/master, updated. fedora/glibc-2.12-1-2-g8c4cef8


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, fedora/master has been updated
       via  8c4cef87010bcd451cde6a87efb253065df0f4fa (commit)
       via  88e7f439dbf5066799f8886fea538221ae8d62ec (commit)
      from  b4ee0fbd5e3555f76f5569ef240c06e42e7d38ad (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=8c4cef87010bcd451cde6a87efb253065df0f4fa

commit 8c4cef87010bcd451cde6a87efb253065df0f4fa
Author: Andreas Schwab <schwab@redhat.com>
Date:   Thu May 6 13:42:26 2010 +0200

    Require coreutils instead of sh-utils

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 72de747..c44a954 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -173,7 +173,7 @@ libraries, as well as national language (locale) support.
 Summary: A Name Service Caching Daemon (nscd).
 Group: System Environment/Daemons
 Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3
-Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
+Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, coreutils
 
 %description -n nscd
 Nscd caches name service lookups and can dramatically improve

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

commit 88e7f439dbf5066799f8886fea538221ae8d62ec
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed May 5 13:16:21 2010 +0200

    Fix exit codes in nscd start script

diff --git a/nscd/nscd.init b/nscd/nscd.init
index df313c5..cf2461b 100644
--- a/nscd/nscd.init
+++ b/nscd/nscd.init
@@ -76,7 +76,7 @@ case "$1" in
 	RETVAL=$?
 	;;
     stop)
-	stop
+	[ ! -e /var/lock/subsys/nscd ] || stop
 	RETVAL=$?
 	;;
     status)

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

Summary of changes:
 fedora/glibc.spec.in |    2 +-
 nscd/nscd.init       |    2 +-
 2 files changed, 2 insertions(+), 2 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]