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

r3764 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2009-08-16 11:43:00 +0000 (Sun, 16 Aug 2009)
New Revision: 3764

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
  * Add dependency on $syslog in /etc/init.d/nscd. Closes: bug#541492.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-08-16 11:26:40 UTC (rev 3763)
+++ glibc-package/trunk/debian/changelog	2009-08-16 11:43:00 UTC (rev 3764)
@@ -9,8 +9,9 @@
   * alpha/submitted-sock_nonblock.diff, hppa/submitted-sock_nonblock.diff:
     new patches to accomodate SOCK_NONBLOCK != O_NONBLOCK on these 
     architectures. Closes: bug#540871.
+  * Add dependency on $syslog in /etc/init.d/nscd. Closes: bug#541492.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 16 Aug 2009 11:24:30 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 16 Aug 2009 13:41:57 +0200
 
 eglibc (2.9-24) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init	2009-08-16 11:26:40 UTC (rev 3763)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init	2009-08-16 11:43:00 UTC (rev 3764)
@@ -1,8 +1,8 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          nscd
-# Required-Start:    $remote_fs
-# Required-Stop:     $remote_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Starts the Name Service Cache Daemon


Reply to: