]> git.donarmstrong.com Git - unscd.git/blobdiff - debian/unscd.init
Remove the Provides: nscd as a workaround for (Closes: #606588) to
[unscd.git] / debian / unscd.init
index dd03529c9064f658ff52099b27af50690c7b3e25..3932dc363677e864736cc112f49aece9f8132c98 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:          unscd nscd
+# Provides:          unscd
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
@@ -8,6 +8,11 @@
 # Short-Description: Starts the Micro Name Service Cache Daemon
 ### END INIT INFO
 
+# NB: Because insserv is slightly broken (#606593), we cannot provide
+# nscd, as this would break installs which hadn't already purged nscd.
+# However, if you have init scripts which depend on nscd, feel free to
+# change Provides: unscd to Provides: unscd nscd after purging nscd.
+
 #
 # unscd:       Starts the Micro Name Service Cache Daemon
 #