svn commit: trunk/busybox: docs libbb loginutils miscutils networki etc...
aldot at busybox.net
aldot at busybox.net
Mon Jan 22 09:04:54 PST 2007
Author: aldot
Date: 2007-01-22 09:04:53 -0800 (Mon, 22 Jan 2007)
New Revision: 17464
Log:
- sed -i -e "/\$Id:/d;"
Modified:
trunk/busybox/docs/autodocifier.pl
trunk/busybox/docs/busybox_footer.pod
trunk/busybox/libbb/inet_common.c
trunk/busybox/loginutils/deluser.c
trunk/busybox/miscutils/rx.c
trunk/busybox/networking/hostname.c
trunk/busybox/networking/interface.c
trunk/busybox/networking/nslookup.c
trunk/busybox/networking/route.c
trunk/busybox/networking/wget.c
Changeset:
Modified: trunk/busybox/docs/autodocifier.pl
===================================================================
--- trunk/busybox/docs/autodocifier.pl 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/docs/autodocifier.pl 2007-01-22 17:04:53 UTC (rev 17464)
@@ -301,4 +301,3 @@
=cut
-# $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $
Modified: trunk/busybox/docs/busybox_footer.pod
===================================================================
--- trunk/busybox/docs/busybox_footer.pod 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/docs/busybox_footer.pod 2007-01-22 17:04:53 UTC (rev 17464)
@@ -254,5 +254,4 @@
=cut
-# $Id: busybox_footer.pod,v 1.18 2004/04/25 06:05:14 bug1 Exp $
Modified: trunk/busybox/libbb/inet_common.c
===================================================================
--- trunk/busybox/libbb/inet_common.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/libbb/inet_common.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -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 $
*
*/
Modified: trunk/busybox/loginutils/deluser.c
===================================================================
--- trunk/busybox/loginutils/deluser.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/loginutils/deluser.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -80,4 +80,3 @@
return EXIT_SUCCESS;
}
-/* $Id: deluser.c,v 1.4 2003/07/14 20:20:45 andersen Exp $ */
Modified: trunk/busybox/miscutils/rx.c
===================================================================
--- trunk/busybox/miscutils/rx.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/miscutils/rx.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -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
Modified: trunk/busybox/networking/hostname.c
===================================================================
--- trunk/busybox/networking/hostname.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/networking/hostname.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -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>
Modified: trunk/busybox/networking/interface.c
===================================================================
--- trunk/busybox/networking/interface.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/networking/interface.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -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 at uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
Modified: trunk/busybox/networking/nslookup.c
===================================================================
--- trunk/busybox/networking/nslookup.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/networking/nslookup.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -146,4 +146,3 @@
return print_host(argv[1], "Name: ");
}
-/* $Id: nslookup.c,v 1.33 2004/10/13 07:25:01 andersen Exp $ */
Modified: trunk/busybox/networking/route.c
===================================================================
--- trunk/busybox/networking/route.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/networking/route.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -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 at simtreas.ru>
* adjustments by Larry Doolittle <LRDoolittle at lbl.gov>
Modified: trunk/busybox/networking/wget.c
===================================================================
--- trunk/busybox/networking/wget.c 2007-01-22 15:56:42 UTC (rev 17463)
+++ trunk/busybox/networking/wget.c 2007-01-22 17:04:53 UTC (rev 17464)
@@ -802,5 +802,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 $
*/
More information about the busybox-cvs
mailing list