diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-04-17 14:52:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-04-17 14:52:35 +0000 |
commit | 424f8b4a1db0666a728532faa28bab3ced7b8281 (patch) | |
tree | c6122349ae8b8324ef08a84bd2b82cc3c0e8540f /app-doc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-424f8b4a1db0666a728532faa28bab3ced7b8281.tar.gz gentoo-2-424f8b4a1db0666a728532faa28bab3ced7b8281.tar.bz2 gentoo-2-424f8b4a1db0666a728532faa28bab3ced7b8281.zip |
changing umask to deal with group write issues
Diffstat (limited to 'app-doc')
-rwxr-xr-x | app-doc/gentoo-web/files/bin/update-web | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-doc/gentoo-web/files/bin/update-web b/app-doc/gentoo-web/files/bin/update-web index 7ba5f23d02d4..39bdcf7db4b3 100755 --- a/app-doc/gentoo-web/files/bin/update-web +++ b/app-doc/gentoo-web/files/bin/update-web @@ -1,5 +1,7 @@ #!/bin/bash cd /usr/portage +#allow group write and execute perms +umask 022 cvs update -dP cd /usr/local/httpd/htdocs /usr/sbin/pytext index.pyhtml > index.html |