Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 09:37:31 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/cp cp.1 cp.c utils.c
Message-ID:  <201001170937.o0H9bl4a022707@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gavin       2010-01-17 09:37:31 UTC

  FreeBSD src repository

  Modified files:
    bin/cp               cp.1 cp.c utils.c 
  Log:
  SVN rev 202461 on 2010-01-17 09:37:31Z by gavin
  
  Implement an "-x" option to cp(1), for compatibility with Linux and
  feature parity with du(1) and similar:  When set, cp(1) will not traverse
  mount points.
  
  Initial patch by:       Graham J Lee   leeg teaching.physics.ox.ac.uk
  
  PR:             bin/88056
  Initial patch by: Graham J Lee   leeg teaching.physics.ox.ac.uk
  Approved by:    ed (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.41      +5 -3      src/bin/cp/cp.1
  1.61      +5 -2      src/bin/cp/cp.c
  1.60      +2 -2      src/bin/cp/utils.c



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