cvs commit: ports/shells/fd Makefile ports/shells/fd/files patch-apply.c patch-doscom.c patch-input.c patch-pathname.c patch-pathname.h

Akinori MUSHA knu at FreeBSD.org
Mon May 24 22:18:06 PDT 2004


knu         2004/05/24 22:17:40 PDT

  FreeBSD ports repository

  Modified files:
    shells/fd            Makefile 
  Added files:
    shells/fd/files      patch-apply.c patch-doscom.c 
                         patch-input.c patch-pathname.c 
                         patch-pathname.h 
  Log:
  Apply fixes against recently reported bugs.
  
  [FDclone-users:00266]
    Properly expand globs like <"/usr/"*> and </usr\/*>.
  
  [FDclone-users:00274]
    Complete the previous fix and make <'/usr/'*> work.
  
  [FDclone-users:00275]
    Fix a bug where a recursive copy fails when the destination directory
    has a trailing slash.
  
  [FDclone-users:00276]
    Remove superfluous calls of chflags(2) to supress errors on filesystems
    that do not support file flags.
  
  [FDclone-users:00278]
    Disable path name completion RENAME_FILE.
  
  Revision  Changes    Path
  1.63      +1 -0      ports/shells/fd/Makefile
  1.1       +31 -0     ports/shells/fd/files/patch-apply.c (new)
  1.1       +31 -0     ports/shells/fd/files/patch-doscom.c (new)
  1.5       +13 -0     ports/shells/fd/files/patch-input.c (new)
  1.7       +575 -0    ports/shells/fd/files/patch-pathname.c (new)
  1.1       +45 -0     ports/shells/fd/files/patch-pathname.h (new)


More information about the cvs-all mailing list