let debhelper scripts manage the update-rc.d calls, closes: #719755
authorBdale Garbee <bdale@gag.com>
Thu, 15 Aug 2013 23:24:54 +0000 (01:24 +0200)
committerBdale Garbee <bdale@gag.com>
Thu, 15 Aug 2013 23:24:54 +0000 (01:24 +0200)
debian/sudo-ldap.postinst
debian/sudo.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
index a1261b59bf3b48f98572e0220a73d71b145974e5..d38269bf9603c38f1801afcf340aedd9380a9cb2 100644 (file)
@@ -25,10 +25,6 @@ fi
 chown root:root /etc/sudoers
 chmod 440 /etc/sudoers
 
-update-rc.d -f sudo remove >/dev/null 2>&1
-
-update-rc.d sudo start 75 2 3 4 5 . >/dev/null
-
 # if we've gotten this far .. remove the saved, unchanged old sudoers file
 rm -f /etc/sudoers.pre-conffile