Author: aurel32
Date: 2006-05-16 21:00:13 +0000 (Tue, 16 May 2006)
New Revision: 1478

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/etc_init.d/nscd
Log:
  * Invalidate nscd cache when calling /etc/init.d/nscd restart.  (Closes:
    #365677)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2006-05-16 20:50:10 UTC (rev 
1477)
+++ glibc-package/trunk/debian/changelog        2006-05-16 21:00:13 UTC (rev 
1478)
@@ -11,8 +11,10 @@
   * debian/local/manpages: s/woody/etch/g.  (Closes: #364198)
   * sysdeps/depflags.pl: bumped the versioned conflicts with initrd-tools 
     to 0.1.84.1, as older version use LD_ASSUME_KERNEL=2.4.  (Closes: #365647)
-  * Follow symlinks while checking for other copy of the C library (Closes:
+  * Follow symlinks while checking for other copy of the C library.  (Closes:
     #365838)
+  * Invalidate nscd cache when calling /etc/init.d/nscd restart.  (Closes: 
+    #365677)
 
   [ Denis Barbier ]
   * Preserve hard links when compiling the locales-all package, this reduces

Modified: glibc-package/trunk/debian/local/etc_init.d/nscd
===================================================================
--- glibc-package/trunk/debian/local/etc_init.d/nscd    2006-05-16 20:50:10 UTC 
(rev 1477)
+++ glibc-package/trunk/debian/local/etc_init.d/nscd    2006-05-16 21:00:13 UTC 
(rev 1478)
@@ -90,6 +90,7 @@
 restart|force-reload|reload)
        echo -n "Restarting $DESC: $NAME"
        stop
+       $DAEMON --invalidate
        case "$?" in
        0|1)
                start


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to