- Remember to set umask before setting attributes of RCS file.

Tested by:	dougb
MFC after:	2 days
This commit is contained in:
lulf 2009-03-25 07:01:45 +00:00
parent 843c731c8d
commit ad7291d1d2

View File

@ -1661,6 +1661,7 @@ updater_rcsedit(struct updater *up, struct file_update *fup, char *name,
else
lprintf(1, " Touch %s", fup->coname);
/* Install new attributes. */
fattr_umask(sr->sr_serverattr, coll->co_umask);
fattr_install(sr->sr_serverattr, fup->destpath, NULL);
if (fup->attic)
lprintf(1, " -> Attic");