Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/bin/cp utils.c



peter       1998/06/09 23:29:25 PDT

  Modified files:
    bin/cp               utils.c 
  Log:
  Don't attempt to change owner/mode/flags that don't need to changed.
  This should calm down attempts to `cp -p' to a nfs mount or some other
  filesystem that doesn't accept flags or all combinations of flags.
  It will warn if it fails to change flags though.
  
  Revision  Changes    Path
  1.20      +29 -15    src/bin/cp/utils.c