[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1615 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/debhelper.in trunk/debian trunk/debian/debhelper.in



Author: aurel32
Date: 2006-06-03 14:18:00 +0000 (Sat, 03 Jun 2006)
New Revision: 1615

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
  * debian/debhelper.in/nscd: explicitely list the tables to invalidate.
    (Closes: #370124)



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-06-02 23:01:24 UTC (rev 1614)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-06-03 14:18:00 UTC (rev 1615)
@@ -128,6 +128,14 @@
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 
+glibc (2.3.6-14) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * debian/debhelper.in/nscd: explicitely list the tables to invalidate.
+    (Closes: #370124)
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sat,  3 Jun 2006 16:15:48 +0200
+
 glibc (2.3.6-13) unstable; urgency=low
 
   * debian/patches/alpha/local-gcc4.1.diff: fix a small typo. sigh.

Modified: glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init	2006-06-02 23:01:24 UTC (rev 1614)
+++ glibc-package/branches/glibc-2.4/debian/debhelper.in/nscd.init	2006-06-03 14:18:00 UTC (rev 1615)
@@ -85,7 +85,7 @@
 restart|force-reload|reload)
 	echo -n "Restarting $DESC: $NAME"
 	stop
-	$DAEMON --invalidate
+	$DAEMON --invalidate passwd --invalidate group
 	case "$?" in
 	0|1)
 		start

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-06-02 23:01:24 UTC (rev 1614)
+++ glibc-package/trunk/debian/changelog	2006-06-03 14:18:00 UTC (rev 1615)
@@ -1,3 +1,11 @@
+glibc (2.3.6-14) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * debian/debhelper.in/nscd: explicitely list the tables to invalidate.
+    (Closes: #370124)
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sat,  3 Jun 2006 16:15:48 +0200
+
 glibc (2.3.6-13) unstable; urgency=low
 
   * debian/patches/alpha/local-gcc4.1.diff: fix a small typo. sigh.

Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init	2006-06-02 23:01:24 UTC (rev 1614)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init	2006-06-03 14:18:00 UTC (rev 1615)
@@ -85,7 +85,7 @@
 restart|force-reload|reload)
 	echo -n "Restarting $DESC: $NAME"
 	stop
-	$DAEMON --invalidate
+	$DAEMON --invalidate passwd --invalidate group
 	case "$?" in
 	0|1)
 		start



Reply to: