diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-08-31 16:58:54 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-08-31 16:58:54 +0200 |
commit | 19bf24fc48c1a207b97af3d290895aa059388cb7 (patch) | |
tree | 3d5611373cf022e6fdf2b54ebe7cf07f909831ad /debian | |
parent | 98e68de17b86bace2a4aadda504f945d6c3a58de (diff) |
patch by Petter Reinholdtsen <pere@hungry.com> to fix init script to start before autofs
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@974 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libnss-ldapd.nslcd.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libnss-ldapd.nslcd.init b/debian/libnss-ldapd.nslcd.init index 8deeac3..866eea3 100644 --- a/debian/libnss-ldapd.nslcd.init +++ b/debian/libnss-ldapd.nslcd.init @@ -2,7 +2,7 @@ # /etc/init.d/linbss-ldapd script for starting and stopping nslcd # Copyright (C) 2006 West Consulting -# Copyright (C) 2006, 2008 Arthur de Jong +# Copyright (C) 2006, 2008, 2009 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,7 +24,7 @@ # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: slapd -# X-Start-Before: mail-transport-agent exim4 sendmail nullmailer masqmail citadel cron atd +# X-Start-Before: $mail-transport-agent mail-transport-agent exim4 sendmail nullmailer masqmail citadel cron atd autofs am-utils # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: nss-ldapd connection daemon |