From 909b5c245a723957b98392e8114859473454c3b1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 16 Aug 2013 01:24:54 +0200 Subject: [PATCH] let debhelper scripts manage the update-rc.d calls, closes: #719755 --- debian/sudo-ldap.postinst | 4 ---- debian/sudo.postinst | 4 ---- 2 files changed, 8 deletions(-) diff --git a/debian/sudo-ldap.postinst b/debian/sudo-ldap.postinst index 6256fdb..414f68b 100644 --- a/debian/sudo-ldap.postinst +++ b/debian/sudo-ldap.postinst @@ -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 diff --git a/debian/sudo.postinst b/debian/sudo.postinst index a1261b5..d38269b 100644 --- a/debian/sudo.postinst +++ b/debian/sudo.postinst @@ -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 -- 2.30.2