Skip to content

Commit

Permalink
Merge pull request #44 from TelekomLabs/ascii-login.defs
Browse files Browse the repository at this point in the history
bugfix: replace non-ascii char in login.defs
  • Loading branch information
Patrick Meier committed Feb 10, 2015
2 parents 8aeaa35 + 2145794 commit 0423d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/login.defs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ KILLCHAR 025
UMASK <%= @umask %>

# Enable setting of the umask group bits to be the same as owner bits (examples: `022` -> `002`, `077` -> `007`) for non-root users, if the uid is the same as gid, and username is the same as the primary group name.
# If set to yes, userdel will remove the user´s group if it contains no more members, and useradd will create by default a group with the name of the user.
# If set to yes, userdel will remove the user's group if it contains no more members, and useradd will create by default a group with the name of the user.
USERGROUPS_ENAB yes


Expand Down

0 comments on commit 0423d72

Please sign in to comment.