[BusyBox-cvs] busybox/init Makefile, 1.3, 1.4 Makefile.in, 1.5, 1.6 halt.c, 1.21, 1.22 init.c, 1.187, 1.188 poweroff.c, 1.18, 1.19 reboot.c, 1.27, 1.28
Erik Andersen
andersen at busybox.net
Mon Jul 14 21:21:28 UTC 2003
Update of /var/cvs/busybox/init
In directory winder:/tmp/cvs-serv17764/init
Modified Files:
Makefile Makefile.in halt.c init.c poweroff.c reboot.c
Log Message:
Update a bunch of docs. Run a script to update my email addr.
Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/init/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 12 Apr 2002 12:05:36 -0000 1.3
+++ Makefile 14 Jul 2003 21:20:53 -0000 1.4
@@ -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/init/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.in 27 Jun 2003 17:08:15 -0000 1.5
+++ Makefile.in 14 Jul 2003 21:20:53 -0000 1.6
@@ -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: halt.c
===================================================================
RCS file: /var/cvs/busybox/init/halt.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- halt.c 27 Jun 2003 17:08:15 -0000 1.21
+++ halt.c 14 Jul 2003 21:20:53 -0000 1.22
@@ -3,7 +3,7 @@
* Mini halt 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
Index: init.c
===================================================================
RCS file: /var/cvs/busybox/init/init.c,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- init.c 5 Jul 2003 08:38:40 -0000 1.187
+++ init.c 14 Jul 2003 21:20:53 -0000 1.188
@@ -3,7 +3,7 @@
* Mini init 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>
* Adjusted by so many folks, it's impossible to keep track.
*
* This program is free software; you can redistribute it and/or modify
Index: poweroff.c
===================================================================
RCS file: /var/cvs/busybox/init/poweroff.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- poweroff.c 27 Jun 2003 17:08:15 -0000 1.18
+++ poweroff.c 14 Jul 2003 21:20:53 -0000 1.19
@@ -3,7 +3,7 @@
* Mini poweroff 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
Index: reboot.c
===================================================================
RCS file: /var/cvs/busybox/init/reboot.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- reboot.c 27 Jun 2003 17:08:15 -0000 1.27
+++ reboot.c 14 Jul 2003 21:20:54 -0000 1.28
@@ -3,7 +3,7 @@
* Mini reboot 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
More information about the busybox-cvs
mailing list