diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-25 09:02:01 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-25 09:02:01 +0000 |
commit | 28aa1c47d05f781af929c298e908f1bf613fc9e8 (patch) | |
tree | 05bf329dfc78a7811b4548d0a9a7138acffb75f2 | |
parent | 6248fd49171b69d4a86cb5a0aa2ebb1cff15fc69 (diff) |
remove S runlevel from Default-Stop in init script
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@450 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/libnss-ldapd.nslcd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libnss-ldapd.nslcd.init b/debian/libnss-ldapd.nslcd.init index f0eaf3c..5bbb851 100644 --- a/debian/libnss-ldapd.nslcd.init +++ b/debian/libnss-ldapd.nslcd.init @@ -26,7 +26,7 @@ # Should-Start: $remote_fs $network # Should-Stop: $remote_fs # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: nss-ldapd connection daemon # Description: nslcd is a LDAP connection daemon that is used to # do LDAP queries for the NSS libraries. |