Respect umask when creating backup files.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 19 Jul 2007 16:42:38 +0000 (09:42 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 19 Jul 2007 16:42:38 +0000 (09:42 -0700)
commitbf947741ac8f65e74d594a1e14e94d90320b403e
treeb0c17985edb7eabcc23e1b44f9e3a855f20cce21
parent6c48cdf1bdd49f3913135da2f2b4cfd2248dc0a9
Respect umask when creating backup files.

Previously backup files were created with permissions of 0600 before the
umask was subtracted.  Set it to 0666 now; the user can adjust the
permissions to make them more restrictive by changing the umask or
permissions in the parent directories.
store.cc