let debhelper scripts manage the update-rc.d calls, closes: #719755
[debian/sudo] / debian / sudo-ldap.postinst
index 6256fdb0ce12bdc7960a066e034d61af054b6c39..414f68b50bd68e7578ac36838914eab27b1a6148 100644 (file)
@@ -31,10 +31,6 @@ fi
 chown root:root /etc/sudoers
 chmod 440 /etc/sudoers
 
-update-rc.d -f sudo-ldap remove >/dev/null 2>&1
-
-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
 if [ -e /etc/ldap/ldap.conf -a ! -e /etc/sudo-ldap.conf ];then