Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2006 22:26:55 +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
Message-ID:  <200602052226.k15MQthI079125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2006-02-05 22:26:55 UTC

  FreeBSD projects repository

  Modified files:
    csup                 fattr.c 
  Log:
  - Ignore the return value of a chflags() call in fattr_install().  It
    can fail over NFS and CVSup also ignore these errors.
  - While I'm here, fix fattr_frompath() to set the linktarget attribute
    when called on symlinks.  We use a static buffer of 1024 bytes, to
    mimic CVSup's behaviour.
  
  Revision  Changes    Path
  1.31      +20 -7     projects/csup/fattr.c



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