Date: Sat, 25 Mar 1995 21:46:53 +0100 From: Joerg Wunsch <joerg> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm ctm_pass3.c Message-ID: <199503252046.VAA08584@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
joerg 95/03/25 21:46:52 Modified: usr.sbin/ctm/ctm ctm_pass3.c Log: Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (as opposed to 0644 or 0755). It's finally still masked by the process' umask(2), and it does not make sense to restrict it further than that. This (especially for mkdir(2)) was causing major headaches for the CVS tree, since a member of group cvs was later not able to get cvs checkout permission for the mirrored tree failed to write the lock file).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503252046.VAA08584>