From c3d58d4904b4f81a0ddb45f954248c833b3da143 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 13 Aug 2013 22:10:23 +0200 Subject: [PATCH] sudo-ldap package is now delivering a sudo-ldap init.d, not a sudo init.d --- debian/sudo-ldap.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2