Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2006 16:23:03 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup fattr.c fattr.h misc.c misc.h status.c updater.c
Message-ID:  <200602031623.k13GN31T004972@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602031623.k13GN31T004972>