diff options
author | Gunnar Wrobel <p@rdus.de> | 2008-06-02 15:25:32 +0000 |
---|---|---|
committer | Gunnar Wrobel <p@rdus.de> | 2008-06-02 15:25:32 +0000 |
commit | 71d189c7eb7fd53c0ed006b20fc5ed0e403ed515 (patch) | |
tree | 4cf72e0c1ef1d4c755a5b197935e29e3fc37fa1f /etc | |
parent | Fix the docs. (diff) | |
download | layman-71d189c7eb7fd53c0ed006b20fc5ed0e403ed515.tar.gz layman-71d189c7eb7fd53c0ed006b20fc5ed0e403ed515.tar.bz2 layman-71d189c7eb7fd53c0ed006b20fc5ed0e403ed515.zip |
Implement a umask setting (#186819)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/layman.cfg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg index b6073e5..12d65ee 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -3,7 +3,7 @@ #----------------------------------------------------------- # Defines the directory where overlays should be installed -storage : /usr/portage/local/layman +storage : /usr/local/portage/layman #----------------------------------------------------------- # Remote overlay lists will be stored here @@ -46,3 +46,13 @@ overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt # description or contact information. # nocheck : no + +#----------------------------------------------------------- +# Umask settings +# +# layman should usually work with a umask of 0022. You should +# only change this setting if you are absolutely certain that +# you know what you are doing. +# +#umask : 0022 + |