X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Funscd.init;h=3c14f6c40970706cf35e888606f52503704c45c0;hb=45c288da233baefefd8fe284bd1501335ced42a9;hp=dd03529c9064f658ff52099b27af50690c7b3e25;hpb=551e0470a24753e2d8c44dcd897f4c2b27590992;p=unscd.git diff --git a/debian/unscd.init b/debian/unscd.init old mode 100755 new mode 100644 index dd03529..3c14f6c --- a/debian/unscd.init +++ b/debian/unscd.init @@ -1,13 +1,22 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: unscd nscd +# Provides: unscd # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starts the Micro Name Service Cache Daemon +# Description: This is a daemon which handles passwd and group lookups +# for running programs and caches the results for the next +# query. You should start this daemon only if you use +# slow Services like NIS or NIS+ ### 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 #