From owner-cvs-usrsbin Sat Mar 25 12:46:59 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08602 for cvs-usrsbin-outgoing; Sat, 25 Mar 1995 12:46:59 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA08584; Sat, 25 Mar 1995 21:46:53 +0100 Date: Sat, 25 Mar 1995 21:46:53 +0100 From: Joerg Wunsch Message-Id: <199503252046.VAA08584@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm ctm_pass3.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk 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).