X-Git-Url: https://git.donarmstrong.com/?p=unscd.git;a=blobdiff_plain;f=debian%2Funscd.init;h=3932dc363677e864736cc112f49aece9f8132c98;hp=dd03529c9064f658ff52099b27af50690c7b3e25;hb=7ac44b58ffc28caafe25416fadd30ceb52cd295a;hpb=f269b53e901e632f3262f3abd0561a1e3c3a314e diff --git a/debian/unscd.init b/debian/unscd.init index dd03529..3932dc3 100644 --- a/debian/unscd.init +++ b/debian/unscd.init @@ -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 #