From: Bdale Garbee Date: Tue, 13 Aug 2013 20:10:23 +0000 (+0200) Subject: sudo-ldap package is now delivering a sudo-ldap init.d, not a sudo init.d X-Git-Tag: debian/1.8.7-1~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c3d58d4904b4f81a0ddb45f954248c833b3da143;p=debian%2Fsudo sudo-ldap package is now delivering a sudo-ldap init.d, not a sudo init.d --- diff --git a/debian/sudo-ldap.postinst b/debian/sudo-ldap.postinst index 0aa57a9..6256fdb 100644 --- a/debian/sudo-ldap.postinst +++ b/debian/sudo-ldap.postinst @@ -31,9 +31,9 @@ fi chown root:root /etc/sudoers chmod 440 /etc/sudoers -update-rc.d -f sudo remove >/dev/null 2>&1 +update-rc.d -f sudo-ldap remove >/dev/null 2>&1 -update-rc.d sudo start 75 2 3 4 5 . >/dev/null +update-rc.d sudo-ldap start 75 2 3 4 5 . >/dev/null # create symlink to ease transition to new path for ldap config # if old config file exists and new one doesn't