sudo: fix the INSTALL script.
--HG-- extra : convert_revision : 1ae154ed121768ef69b7308e563d09b6baef69d0
This commit is contained in:
parent
304d75394f
commit
5d4f65fa80
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ post)
|
||||||
echo "Setting up permissions to /etc/sudoers..."
|
echo "Setting up permissions to /etc/sudoers..."
|
||||||
chmod 0440 etc/sudoers
|
chmod 0440 etc/sudoers
|
||||||
fi
|
fi
|
||||||
chmod 4111 bin/sudo bin/sudoedit
|
chmod 4111 usr/bin/sudo usr/bin/sudoedit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue