- sed -i -e "/\$Id:/d;"
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 17:04:53 +0000 (17:04 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 17:04:53 +0000 (17:04 -0000)
docs/autodocifier.pl
docs/busybox_footer.pod
libbb/inet_common.c
loginutils/deluser.c
miscutils/rx.c
networking/hostname.c
networking/interface.c
networking/nslookup.c
networking/route.c
networking/wget.c

index 3aa838eb40cc74b5ba4f8cb7cf1bd778e30b75dd..68b6f3c0585e43ae6efc155747b436882bc8ea04 100755 (executable)
@@ -301,4 +301,3 @@ John BEPPU <b@ax9.org>
 
 =cut
 
-# $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $
index b2835f6bc0dc89cc07bd11ba929909560b0a4452..2a9caad722697344f86fb740a91be2c490caa943 100644 (file)
@@ -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 $
 
index 6b31c79f29f4039b302813b9a55412cbdb571bd6..0ef91dc4b53e06894afe33f62c1af77c22387533 100644 (file)
@@ -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 $
  *
  */
 
index d07fd22aca3fb3ae2696bc0f32dc54ff9380d227..034ab9431c0f94af5eb7506bf8f505d51a3bd2b4 100644 (file)
@@ -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 $ */
index 9b9f6afd485e8bca751611672e7d05846a28e11b..6fb23b97b41334e5755ba76ed64757effab97d06 100644 (file)
@@ -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
index 6975b2b307250a07431702ae9be02304d80b4f7d..6d3b8ebb86c0c5c84d232dad3f79ab78f48ab372 100644 (file)
@@ -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>
index d47059220d7ba5f79f2d61c0f0975c3ebdff1cd1..fbcf50152e56f529df3af5d88d57df9612ccf876 100644 (file)
@@ -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
index 4beecc63b1e1497f5fe86025091ecf86ae2addef..5a08844f051b5c93933443b7ae11257ba30b940c 100644 (file)
@@ -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 $ */
index c6fb5a371510f511078603a487bdb3dbda8e1c01..56c6f46c604160746023464c01255d954073bba3 100644 (file)
@@ -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>
index 0e026877038670b4b0480b69c2e401b13aeadd5f..5c3083c25d70791d239be525b4f2ddc58ca3108f 100644 (file)
@@ -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 $
  */