[PATCH] removing CVS cruft from code base

Robert P. J. Day rpjday at mindspring.com
Fri Jul 21 09:12:59 UTC 2006


  is the attached patch what people were thinking of in terms of
getting rid of CVS remnants?  if so, i'll apply it unless someone has
an objection.

rday
-------------- next part --------------
Index: networking/interface.c
===================================================================
--- networking/interface.c	(revision 15739)
+++ networking/interface.c	(working copy)
@@ -15,8 +15,6 @@
  *              that either displays or sets the characteristics of
  *              one or more of the system's networking interfaces.
  *
- * Version:     $Id: interface.c,v 1.25 2004/08/26 21:45:21 andersen Exp $
- *
  * Author:      Fred N. van Kempen, <waltje at uwalt.nl.mugnet.org>
  *              and others.  Copyright 1993 MicroWalt Corporation
  *
Index: networking/wget.c
===================================================================
--- networking/wget.c	(revision 15739)
+++ networking/wget.c	(working copy)
@@ -824,5 +824,4 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *	$Id: wget.c,v 1.75 2004/10/08 08:27:40 andersen Exp $
  */
Index: networking/nslookup.c
===================================================================
--- networking/nslookup.c	(revision 15739)
+++ networking/nslookup.c	(working copy)
@@ -189,5 +189,3 @@
 	}
 	return EXIT_FAILURE;
 }
-
-/* $Id: nslookup.c,v 1.33 2004/10/13 07:25:01 andersen Exp $ */
Index: networking/route.c
===================================================================
--- networking/route.c	(revision 15739)
+++ networking/route.c	(working copy)
@@ -12,8 +12,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  *
- * $Id: route.c,v 1.26 2004/03/19 23:27:08 mjn3 Exp $
- *
  * displayroute() code added by Vladimir N. Oleynik <dzo at simtreas.ru>
  * adjustments by Larry Doolittle  <LRDoolittle at lbl.gov>
  *
Index: networking/hostname.c
===================================================================
--- networking/hostname.c	(revision 15739)
+++ networking/hostname.c	(working copy)
@@ -1,6 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: hostname.c,v 1.36 2003/07/14 21:21:01 andersen Exp $
  * Mini hostname implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq at debian.org>
Index: networking/ping6.c
===================================================================
--- networking/ping6.c	(revision 15739)
+++ networking/ping6.c	(working copy)
@@ -1,6 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping6.c,v 1.6 2004/03/15 08:28:48 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq at debian.org>
Index: networking/ping.c
===================================================================
--- networking/ping.c	(revision 15739)
+++ networking/ping.c	(working copy)
@@ -1,6 +1,5 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping.c,v 1.56 2004/03/15 08:28:48 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq at debian.org>
Index: modutils/insmod.c
===================================================================
--- modutils/insmod.c	(revision 15739)
+++ modutils/insmod.c	(working copy)
@@ -349,8 +349,6 @@
 #ifndef MODUTILS_MODULE_H
 /* Why? static const int MODUTILS_MODULE_H = 1;*/
 
-#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"
-
 /*======================================================================*/
 /* For sizeof() which are related to the module platform and not to the
    environment isnmod is running in, use sizeof_xx instead of sizeof(xx).  */
@@ -512,8 +510,6 @@
 #ifndef MODUTILS_OBJ_H
 /* Why? static const int MODUTILS_OBJ_H = 1; */
 
-#ident "$Id: insmod.c,v 1.126 2004/12/26 09:13:32 vapier Exp $"
-
 /* The relocatable object is manipulated using elfin types.  */
 
 #include <stdio.h>
Index: libbb/inet_common.c
===================================================================
--- libbb/inet_common.c	(revision 15739)
+++ libbb/inet_common.c	(working copy)
@@ -5,8 +5,6 @@
  *
  * Heavily modified by Manuel Novoa III       Mar 12, 2001
  *
- * Version:     $Id: inet_common.c,v 1.8 2004/03/10 07:42:38 mjn3 Exp $
- *
  */
 
 #include "libbb.h"
Index: miscutils/rx.c
===================================================================
--- miscutils/rx.c	(revision 15739)
+++ miscutils/rx.c	(working copy)
@@ -1,7 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*-------------------------------------------------------------------------
  * Filename:      xmodem.c
- * Version:       $Id: rx.c,v 1.2 2004/03/15 08:28:46 andersen Exp $
  * Copyright:     Copyright (C) 2001, Hewlett-Packard Company
  * Author:        Christopher Hoover <ch at hpl.hp.com>
  * Description:   xmodem functionality for uploading of kernels
Index: include/inet_common.h
===================================================================
--- include/inet_common.h	(revision 15739)
+++ include/inet_common.h	(working copy)
@@ -4,9 +4,6 @@
  *                      Erik Andersen <andersen at codepoet.org>
  *
  * Heavily modified by Manuel Novoa III       Mar 12, 2001
- *
- * Version:     $Id: inet_common.h,v 1.4 2004/03/10 07:42:37 mjn3 Exp $
- *
  */
 
 #include <features.h>
Index: loginutils/deluser.c
===================================================================
--- loginutils/deluser.c	(revision 15739)
+++ loginutils/deluser.c	(working copy)
@@ -96,5 +96,3 @@
 	}
 	return (EXIT_SUCCESS);
 }
-
-/* $Id: deluser.c,v 1.4 2003/07/14 20:20:45 andersen Exp $ */


More information about the busybox mailing list