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

Maxime Henrion <[email protected]> Fri, 3 Feb 2006 16:23:03 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <[email protected]>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"