Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix umask comments #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix umask comments #1

wants to merge 1 commit into from

Conversation

wirion
Copy link

@wirion wirion commented Jul 3, 2013

Hi, I think the umask comments are switched up, umask masks bits rather than sets them. Note however that the actual shell code sets the umask correctly.

@@ -63,11 +63,11 @@
#
# So: if the group name is the same as the username OR the user id is not
# greater than 99 (i.e. not root or a privileged user), then we are on a
# local machine (check for yourself), so we set umask 002.
# local machine (check for yourself), so we set umask 022.
#
# Conversely, if the default group name is *different* from the username

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be “if the default group name is the same as the username”

roman-spiridonov referenced this pull request in roman-spiridonov/devops Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants