From 1d9866a2c4fe93202749a56c7ad89a3cbd07d9f8 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 28 Jul 2011 11:01:31 +0100 Subject: glibc: deleted Glibc 2.10.1 is outdated now and eglibc seems to provide a superset of its functionality. Signed-off-by: Phil Blundell --- .../glibc/glibc-2.10.1/nscd-init.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 meta/recipes-core/glibc/glibc-2.10.1/nscd-init.patch (limited to 'meta/recipes-core/glibc/glibc-2.10.1/nscd-init.patch') diff --git a/meta/recipes-core/glibc/glibc-2.10.1/nscd-init.patch b/meta/recipes-core/glibc/glibc-2.10.1/nscd-init.patch deleted file mode 100644 index 8017e49575..0000000000 --- a/meta/recipes-core/glibc/glibc-2.10.1/nscd-init.patch +++ /dev/null @@ -1,41 +0,0 @@ -Upstream-Status: Inappropriate [not used] - ---- nscd/nscd.init -+++ nscd/nscd.init -@@ -48,9 +48,8 @@ - - start () { - [ -d /var/run/nscd ] || mkdir /var/run/nscd -- [ -d /var/db/nscd ] || mkdir /var/db/nscd - echo -n $"Starting $prog: " -- daemon /usr/sbin/nscd -+ /usr/sbin/nscd - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd -@@ -67,12 +66,10 @@ - # a non-privileged user - rm -f /var/run/nscd/nscd.pid - rm -f /var/run/nscd/socket -- success $"$prog shutdown" -- else -- failure $"$prog shutdown" - fi -- echo -- return $RETVAL -+ echo "Done." -+ # If nscd did not run, return 0 according to LSB. -+ return 0 - } - - restart() { -@@ -104,7 +101,8 @@ - ;; - force-reload | reload) - echo -n $"Reloading $prog: " -- killproc /usr/sbin/nscd -HUP -+ # Use killall, initscripts-1.0-r115 don't support -HUP yet. -+ killall -HUP /usr/sbin/nscd - RETVAL=$? - echo - ;; -- cgit v1.2.3