From ea86eb9994f285622786d041d842756f54e92464 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 21 Feb 2000 22:30:12 -0500 Subject: [svn-r1981] Make sure new file created in the FTP area have all readiable bits on. This does not dictate the accessibility at the NCSA FTP sites which use AFS ACL. Just to make it complete. --- bin/release | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/release b/bin/release index 254a65d..82efb32 100755 --- a/bin/release +++ b/bin/release @@ -110,6 +110,8 @@ test "$verbose" && echo " Running tar..." 1>&2 ) # Compress +# Make sure new files are of the right access mode +umask 0133 for comp in $methods; do case $comp in tar) -- cgit v0.12