r3299 - in glibc-package/trunk/debian: . debhelper.in
Author: aurel32
Date: 2009-02-22 02:42:51 +0000 (Sun, 22 Feb 2009)
New Revision: 3299
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
* debhelper.in/nscd.init: fix the for loop. Closes: bug#516509.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2009-02-21 10:40:41 UTC (rev 3298)
+++ glibc-package/trunk/debian/changelog 2009-02-22 02:42:51 UTC (rev 3299)
@@ -1,6 +1,6 @@
glibc (2.9-3) unstable; urgency=low
- *
+ * debhelper.in/nscd.init: fix the for loop. Closes: bug#516509.
-- Aurelien Jarno <aurel32@debian.org> Sat, 21 Feb 2009 11:40:24 +0100
Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init 2009-02-21 10:40:41 UTC (rev 3298)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init 2009-02-22 02:42:51 UTC (rev 3299)
@@ -93,7 +93,7 @@
;;
restart|force-reload|reload)
log_daemon_msg "Restarting $DESC" "$NAME"
- for table in passwd group hosts
+ for table in passwd group hosts ; do
$DAEMON --invalidate $table
done
stop_nscd
Reply to: