aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-22 17:04:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-22 17:04:53 +0000
commitbb8c7c041c3814ad65897771d9e90d4ad962e197 (patch)
treed884b1bd32e1a41185254f7b9ed980329e46e587
parent703e20235aa0624d3ff4335c1e86edaa6e21efe2 (diff)
downloadbusybox-bb8c7c041c3814ad65897771d9e90d4ad962e197.tar.gz
- sed -i -e "/\$Id:/d;"
-rwxr-xr-xdocs/autodocifier.pl1
-rw-r--r--docs/busybox_footer.pod1
-rw-r--r--libbb/inet_common.c1
-rw-r--r--loginutils/deluser.c1
-rw-r--r--miscutils/rx.c1
-rw-r--r--networking/hostname.c1
-rw-r--r--networking/interface.c1
-rw-r--r--networking/nslookup.c1
-rw-r--r--networking/route.c1
-rw-r--r--networking/wget.c1
10 files changed, 0 insertions, 10 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl
index 3aa838eb4..68b6f3c05 100755
--- a/docs/autodocifier.pl
+++ b/docs/autodocifier.pl
@@ -301,4 +301,3 @@ John BEPPU <b@ax9.org>
=cut
-# $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $
diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod
index b2835f6bc..2a9caad72 100644
--- a/docs/busybox_footer.pod
+++ b/docs/busybox_footer.pod
@@ -254,5 +254,4 @@ Tito Ragusa <farmatito@tiscali.it>
=cut
-# $Id: busybox_footer.pod,v 1.18 2004/04/25 06:05:14 bug1 Exp $
diff --git a/libbb/inet_common.c b/libbb/inet_common.c
index 6b31c79f2..0ef91dc4b 100644
--- a/libbb/inet_common.c
+++ b/libbb/inet_common.c
@@ -5,7 +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 $
*
*/
diff --git a/loginutils/deluser.c b/loginutils/deluser.c
index d07fd22ac..034ab9431 100644
--- a/loginutils/deluser.c
+++ b/loginutils/deluser.c
@@ -80,4 +80,3 @@ int deluser_main(int argc, char **argv)
return EXIT_SUCCESS;
}
-/* $Id: deluser.c,v 1.4 2003/07/14 20:20:45 andersen Exp $ */
diff --git a/miscutils/rx.c b/miscutils/rx.c
index 9b9f6afd4..6fb23b97b 100644
--- a/miscutils/rx.c
+++ b/miscutils/rx.c
@@ -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@hpl.hp.com>
* Description: xmodem functionality for uploading of kernels
diff --git a/networking/hostname.c b/networking/hostname.c
index 6975b2b30..6d3b8ebb8 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -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@debian.org>
diff --git a/networking/interface.c b/networking/interface.c
index d47059220..fbcf50152 100644
--- a/networking/interface.c
+++ b/networking/interface.c
@@ -15,7 +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@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
diff --git a/networking/nslookup.c b/networking/nslookup.c
index 4beecc63b..5a08844f0 100644
--- a/networking/nslookup.c
+++ b/networking/nslookup.c
@@ -146,4 +146,3 @@ int nslookup_main(int argc, char **argv)
return print_host(argv[1], "Name: ");
}
-/* $Id: nslookup.c,v 1.33 2004/10/13 07:25:01 andersen Exp $ */
diff --git a/networking/route.c b/networking/route.c
index c6fb5a371..56c6f46c6 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -12,7 +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@simtreas.ru>
* adjustments by Larry Doolittle <LRDoolittle@lbl.gov>
diff --git a/networking/wget.c b/networking/wget.c
index 0e0268770..5c3083c25 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -802,5 +802,4 @@ progressmeter(int flag)
* 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 $
*/