From owner-cvs-projects@FreeBSD.ORG Fri Feb 3 16:23:03 2006 Return-Path: X-Original-To: cvs-projects@FreeBSD.org Delivered-To: cvs-projects@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4B616A420; Fri, 3 Feb 2006 16:23:03 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A836E43D45; Fri, 3 Feb 2006 16:23:03 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k13GN3gZ004973; Fri, 3 Feb 2006 16:23:03 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k13GN31T004972; Fri, 3 Feb 2006 16:23:03 GMT (envelope-from mux) Message-Id: <200602031623.k13GN31T004972@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Feb 2006 16:23:03 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup fattr.c fattr.h misc.c misc.h status.c updater.c X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 16:23:04 -0000 mux 2006-02-03 16:23:03 UTC FreeBSD projects repository Modified files: csup fattr.c fattr.h misc.c misc.h status.c updater.c Log: fattr.c: - Implement fattr_makenode(), only for directories for now. misc.c: - Add a mask parameter to mkdirhier(). Reimplemement mkdirhier() using the fattr API and the new fattr_makenode() function as in CVSup, so that we now respect the umask setting of the collection. status.c and updater.c: - Pass the collection's umask to mkdirhier(). Revision Changes Path 1.30 +24 -1 projects/csup/fattr.c 1.21 +2 -1 projects/csup/fattr.h 1.21 +8 -3 projects/csup/misc.c 1.20 +2 -2 projects/csup/misc.h 1.7 +1 -1 projects/csup/status.c 1.67 +2 -2 projects/csup/updater.c