cvs commit: projects/csup fattr.c fattr.h misc.c misc.h status.c updater.c

Maxime Henrion mux at FreeBSD.org
Fri Feb 3 08:23:04 PST 2006


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


More information about the cvs-all mailing list