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 | 1710c0581931fec146e71855d4700f88b23596aa (patch) | |
tree | e97d4c9f3cadaeccbe670a95c53e5f14a8f5b277 /app-doc | |
parent | *** empty log message *** (diff) | |
download | historical-1710c0581931fec146e71855d4700f88b23596aa.tar.gz historical-1710c0581931fec146e71855d4700f88b23596aa.tar.bz2 historical-1710c0581931fec146e71855d4700f88b23596aa.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 |