[patch] util-linux-ng: remove CVS keywords

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



this patch removes old CVS keywords from comments.
as bonus nuke an old changelog in tunelp.c and in sundries.c.

also mount(8) works for newer Linux then 0.99 ;)

Signed-off-by: maximilian attems <max@xxxxxxx>


diff --git a/login-utils/vipw.8 b/login-utils/vipw.8
index 9cb5603..aa22d74 100644
--- a/login-utils/vipw.8
+++ b/login-utils/vipw.8
@@ -30,7 +30,6 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)vipw.8	6.7 (Berkeley) 3/16/91
-.\"	$Id: vipw.8,v 1.3 1996/07/02 16:57:55 janl Exp $
 .\"
 .Dd 7 July 1996
 .Dt VIPW 8
diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c
index 4f14174..ecb8dc2 100644
--- a/misc-utils/mcookie.c
+++ b/misc-utils/mcookie.c
@@ -4,8 +4,6 @@
  * Public Domain 1995, 1999 Rickard E. Faith (faith@xxxxxxx)
  * This program comes with ABSOLUTELY NO WARRANTY.
  * 
- * $Id: mcookie.c,v 1.5 1997/07/06 00:13:06 aebr Exp $
- *
  * This program gathers some random bits of data and used the MD5
  * message-digest algorithm to generate a 128-bit hexadecimal number for
  * use with xauth(1).
diff --git a/mount/mount.c b/mount/mount.c
index 8527b44..8bf6154 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1,6 +1,5 @@
 /*
- * A mount(8) for Linux 0.99.
- * mount.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
+ * A mount(8) for Linux.
  *
  * Modifications by many people. Distributed under GPL.
  */
diff --git a/mount/sundries.c b/mount/sundries.c
index ba99e35..5cf9ae9 100644
--- a/mount/sundries.c
+++ b/mount/sundries.c
@@ -1,12 +1,5 @@
 /*
  * Support functions.  Exported functions are prototyped in sundries.h.
- * sundries.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
- *
- * added fcntl locking by Kjetil T. (kjetilho@xxxxxxxxxxx) - aeb, 950927
- *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
- * - added Native Language Support
- *
  */
 #include <unistd.h>
 #include <stdio.h>
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1
index 237e44c..6965ba7 100644
--- a/sys-utils/flock.1
+++ b/sys-utils/flock.1
@@ -1,4 +1,3 @@
-.\" $Id: flock.1,v 1.3 2006/02/04 20:41:57 hpa Exp $
 .\" -----------------------------------------------------------------------
 .\"   
 .\"   Copyright 2003-2006 H. Peter Anvin - All Rights Reserved
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index f270ada..6c1acc3 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -1,4 +1,3 @@
-/* $Id: flock.c,v 1.13 2005/07/11 05:32:56 hpa Exp $ */
 /* ----------------------------------------------------------------------- *
  *   
  *   Copyright 2003-2005 H. Peter Anvin - All Rights Reserved
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index d98c521..9621934 100644
--- a/sys-utils/tunelp.c
+++ b/sys-utils/tunelp.c
@@ -6,49 +6,6 @@
 *	for information on distribution conditions.			     *
 \****************************************************************************/
 
-/* $Id: tunelp.c,v 1.9 1998/06/08 19:37:11 janl Exp $
- * $Log: tunelp.c,v $
- * Revision 1.9  1998/06/08 19:37:11  janl
- * Thus compiles tunelp with 2.1.103 kernels
- *
- * Revision 1.8  1997/07/06 00:14:06  aebr
- * Fixes to silence -Wall.
- *
- * Revision 1.7  1997/06/20 16:10:38  janl
- * tunelp refreshed from authors archive.
- *
- * Revision 1.9  1997/06/20 12:56:43  johnsonm
- * Finished fixing license terms.
- *
- * Revision 1.8  1997/06/20 12:34:59  johnsonm
- * Fixed copyright and license.
- *
- * Revision 1.7  1995/03/29 11:16:23  johnsonm
- * TYPO fixed...
- *
- * Revision 1.6  1995/03/29  11:12:15  johnsonm
- * Added third argument to ioctl needed with new kernels
- *
- * Revision 1.5  1995/01/13  10:33:43  johnsonm
- * Chris's changes for new ioctl numbers and backwards compatibility
- * and the reset ioctl.
- *
- * Revision 1.4  1995/01/03  17:42:14  johnsonm
- * -s isn't supposed to take an argument; removed : after s in getopt...
- *
- * Revision 1.3  1995/01/03  07:36:49  johnsonm
- * Fixed typo
- *
- * Revision 1.2  1995/01/03  07:33:44  johnsonm
- * revisions for lp driver updates in Linux 1.1.76
- *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
- * - added Native Language Support
- *
- * 1999-05-07 Merged LPTRUSTIRQ patch by Andrea Arcangeli (1998/11/29), aeb
- *
- */
-
 #include <unistd.h>
 #include <stdio.h>
 #include <fcntl.h>
diff --git a/text-utils/rev.1 b/text-utils/rev.1
index e04e2ef..6288616 100644
--- a/text-utils/rev.1
+++ b/text-utils/rev.1
@@ -32,7 +32,6 @@
 .\"	from: @(#)rev.1	6.3 (Berkeley) 3/21/92
 .\"     Modified for Linux by Charles Hannum (mycroft@xxxxxxxxxxxxxx)
 .\"                       and Brian Koehmstedt (bpk@xxxxxxxxxxxxxx)
-.\"	$Id: rev.1,v 1.2 1995/03/12 01:33:24 faith Exp $
 .\"
 .Dd March 21, 1992
 .Dt REV 1
--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux