summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-01-02 08:06:19 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-01-02 08:06:19 +0000
commit805991cd6c664d07dc29b0ac88bbde03fe8e6cc1 (patch)
tree8ecdeebcc728b509e345344f1172000ed01e83c3
parent21703c652eac43bbb2ebbed15c9e0c456ce6ebee (diff)
change description in init script
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@211 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/libnss-ldapd.nslcd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libnss-ldapd.nslcd.init b/debian/libnss-ldapd.nslcd.init
index 5258ae0..34db5be 100644
--- a/debian/libnss-ldapd.nslcd.init
+++ b/debian/libnss-ldapd.nslcd.init
@@ -27,14 +27,14 @@
# Should-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
-# Short-Description: NSS-LDAP connection daemon
+# Short-Description: nss-ldapd connection daemon
# Description: nslcd is a LDAP connection daemon that is used to
# do LDAP queries for the NSS libraries.
### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
NSLCD_BIN=/usr/sbin/nslcd
-NSLCD_DESC="NSS-LDAP connection daemon"
+NSLCD_DESC="nss-ldapd connection daemon"
NSLCD_CFG=/etc/nss-ldapd.conf
[ -x "$NSLCD_BIN" ] || exit 0