diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /bin/mv | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/mv')
| -rw-r--r-- | bin/mv/Makefile | 2 | ||||
| -rw-r--r-- | bin/mv/mv.1 | 2 | ||||
| -rw-r--r-- | bin/mv/mv.c | 2 | ||||
| -rw-r--r-- | bin/mv/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 0ba523e61b44..d5f89c6df6a8 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $Id$ +# $Id: Makefile,v 1.2 1994/09/24 02:56:05 davidg Exp $ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 365b4c001331..7b529e9a534c 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $Id: mv.1,v 1.6 1996/02/20 23:27:54 wosch Exp $ +.\" $Id: mv.1,v 1.7 1996/08/29 18:06:04 wosch Exp $ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 2d5590c33642..c72c8a48605f 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mv.c,v 1.8 1996/03/01 06:14:13 wosch Exp $ + * $Id: mv.c,v 1.8.2.1 1997/08/25 08:33:11 jkh Exp $ */ #ifndef lint diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index 4adf62b4ec5f..3ca9f6442c8e 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: pathnames.h,v 1.2 1994/09/24 02:56:08 davidg Exp $ */ #define _PATH_RM "/bin/rm" |
