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

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



Author: aurel32
Date: 2008-02-04 21:32:18 +0000 (Mon, 04 Feb 2008)
New Revision: 2800

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/nscd.init
Log:
  * debhelper.in/nscd.init: depends on $remote_fs instead of $local_fs.
    Closes: #464022.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-01-31 22:43:44 UTC (rev 2799)
+++ glibc-package/trunk/debian/changelog	2008-02-04 21:32:18 UTC (rev 2800)
@@ -25,8 +25,10 @@
   * debian/sysdeps/*.mk: build main flavours with -O2 instead of -O3 (risks to
     trigger a bug in the compiler are higher with -O3). Remove -g from cflags,
     as it is automatically added by the glibc scripts.
+  * debhelper.in/nscd.init: depends on $remote_fs instead of $local_fs.
+    Closes: #464022.
 
- -- Aurelien Jarno <aurel32@debian.org>  Thu, 31 Jan 2008 23:43:11 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 04 Feb 2008 22:31:19 +0100
 
 glibc (2.7-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/nscd.init
===================================================================
--- glibc-package/trunk/debian/debhelper.in/nscd.init	2008-01-31 22:43:44 UTC (rev 2799)
+++ glibc-package/trunk/debian/debhelper.in/nscd.init	2008-02-04 21:32:18 UTC (rev 2800)
@@ -1,8 +1,8 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          nscd
-# Required-Start:    $local_fs
-# Required-Stop:     $local_fs
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Starts the Name Service Cache Daemon


Reply to: