[BusyBox-cvs] busybox/util-linux Makefile, 1.4, 1.5 Makefile.in, 1.4, 1.5 dmesg.c, 1.28, 1.29 freeramdisk.c, 1.22, 1.23 mkswap.c, 1.27, 1.28 more.c, 1.56, 1.57 mount.c, 1.111, 1.112 swaponoff.c, 1.33, 1.34 umount.c, 1.61, 1.62

Erik Andersen andersen at busybox.net
Mon Jul 14 21:21:31 UTC 2003


Update of /var/cvs/busybox/util-linux
In directory winder:/tmp/cvs-serv17764/util-linux

Modified Files:
	Makefile Makefile.in dmesg.c freeramdisk.c mkswap.c more.c 
	mount.c swaponoff.c umount.c 
Log Message:
Update a bunch of docs.  Run a script to update my email addr.


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/util-linux/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	12 Apr 2002 12:05:57 -0000	1.4
+++ Makefile	14 Jul 2003 21:21:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/util-linux/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in	5 Jul 2003 07:51:31 -0000	1.4
+++ Makefile.in	14 Jul 2003 21:21:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Index: dmesg.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/dmesg.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- dmesg.c	19 Mar 2003 09:13:00 -0000	1.28
+++ dmesg.c	14 Jul 2003 21:21:07 -0000	1.29
@@ -11,11 +11,11 @@
  * - added Native Language Support
  *
  * from util-linux -- adapted for busybox by 
- * Erik Andersen <andersee at debian.org>. I ripped out Native Language 
+ * Erik Andersen <andersen at codepoet.org>. I ripped out Native Language 
  * Support, replaced getopt, added some gotos for redundant stuff.
  *
  * Audited and cleaned up on 7 March 2003 to reduce size of
- * check error handling by Erik Andersen <andersee at debian.org>
+ * check error handling by Erik Andersen <andersen at codepoet.org>
  */
 
 #include <stdio.h>

Index: freeramdisk.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/freeramdisk.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- freeramdisk.c	8 May 2003 13:09:28 -0000	1.22
+++ freeramdisk.c	14 Jul 2003 21:21:07 -0000	1.23
@@ -3,7 +3,7 @@
  * freeramdisk implementation for busybox
  *
  * Copyright (C) 2000 and written by Emanuele Caratti <wiz at iol.it>
- * Adjusted a bit by Erik Andersen <andersee at debian.org>
+ * Adjusted a bit by Erik Andersen <andersen at codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Index: mkswap.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/mkswap.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- mkswap.c	19 Mar 2003 09:13:01 -0000	1.27
+++ mkswap.c	14 Jul 2003 21:21:07 -0000	1.28
@@ -30,7 +30,7 @@
  * - added Native Language Support
  *
  *  from util-linux -- adapted for busybox by
- *  Erik Andersen <andersee at debian.org>. I ripped out Native Language
+ *  Erik Andersen <andersen at codepoet.org>. I ripped out Native Language
  *  Support, made some stuff smaller, and fitted for life in busybox.
  *
  */

Index: more.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/more.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- more.c	19 Mar 2003 09:13:01 -0000	1.56
+++ more.c	14 Jul 2003 21:21:07 -0000	1.57
@@ -3,9 +3,9 @@
  * Mini more implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce at pixar.com>.
- * Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
- * Latest version blended together by Erik Andersen <andersen at lineo.com>,
+ * Latest version blended together by Erik Andersen <andersen at codepoet.org>,
  * based on the original more implementation by Bruce, and code from the 
  * Debian boot-floppies team.
  *

Index: mount.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/mount.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- mount.c	20 Jun 2003 09:36:49 -0000	1.111
+++ mount.c	14 Jul 2003 21:21:08 -0000	1.112
@@ -3,7 +3,7 @@
  * Mini mount implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce at pixar.com>.
- * Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
  *
  * 1999-04-17	Dave Cinege...Rewrote -t auto. Fixed ro mtab.
  *
- * 1999-10-07	Erik Andersen <andersee at debian.org>.
+ * 1999-10-07	Erik Andersen <andersen at codepoet.org>.
  *              Rewrite of a lot of code. Removed mtab usage (I plan on
  *              putting it back as a compile-time option some time), 
  *              major adjustments to option parsing, and some serious 

Index: swaponoff.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/swaponoff.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- swaponoff.c	19 Mar 2003 09:13:01 -0000	1.33
+++ swaponoff.c	14 Jul 2003 21:21:08 -0000	1.34
@@ -2,8 +2,8 @@
 /*
  * Mini swapon/swapoff implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Index: umount.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/umount.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- umount.c	20 Jun 2003 09:36:49 -0000	1.61
+++ umount.c	14 Jul 2003 21:21:08 -0000	1.62
@@ -2,8 +2,7 @@
 /*
  * Mini umount implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by




More information about the busybox-cvs mailing list