sudo-ldap package is now delivering a sudo-ldap init.d, not a sudo init.d
authorBdale Garbee <bdale@gag.com>
Tue, 13 Aug 2013 20:10:23 +0000 (22:10 +0200)
committerBdale Garbee <bdale@gag.com>
Tue, 13 Aug 2013 20:10:23 +0000 (22:10 +0200)
debian/sudo-ldap.postinst

index 0aa57a94eec7ab18b73389784650d4856ccda3ae..6256fdb0ce12bdc7960a066e034d61af054b6c39 100644 (file)
@@ -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