sudo: fix the INSTALL script.

--HG--
extra : convert_revision : 1ae154ed121768ef69b7308e563d09b6baef69d0
This commit is contained in:
Juan RP 2010-04-22 16:51:50 +02:00
parent 304d75394f
commit 5d4f65fa80

View file

@ -7,6 +7,6 @@ post)
echo "Setting up permissions to /etc/sudoers..."
chmod 0440 etc/sudoers
fi
chmod 4111 bin/sudo bin/sudoedit
chmod 4111 usr/bin/sudo usr/bin/sudoedit
;;
esac