summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.vserver')
-rw-r--r--ChangeLog.vserver50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog.vserver b/ChangeLog.vserver
index 7bed750..8a43657 100644
--- a/ChangeLog.vserver
+++ b/ChangeLog.vserver
@@ -1,6 +1,56 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 02 Dec 2005; Christian Heim <phreak@gentoo.org>:
+ Import the latest baselayout changes. Merging revision 1658.
+
+ ChangeLog.vserver | 49
+ sbin/rc-services.sh | 30
+ src/core/COPYING | 340 ++++++
+ src/core/ChangeLog | 234 ----
+ src/core/ChangeLog.0 | 234 ++++
+ src/core/INSTALL | 236 ++++
+ src/core/Makefile | 83 -
+ src/core/Makefile.am | 10
+ src/core/autogen.sh | 16
+ src/core/configure.ac | 66 +
+ src/core/data/Makefile.am | 4
+ src/core/data/env_whitelist | 30
+ src/core/debug.h | 85 -
+ src/core/depend.c | 557 ----------
+ src/core/depend.h | 75 -
+ src/core/depscan.c | 297 -----
+ src/core/librcscripts/Makefile.am | 18
+ src/core/librcscripts/debug.h | 85 +
+ src/core/librcscripts/depend.c | 557 ++++++++++
+ src/core/librcscripts/depend.h | 75 +
+ src/core/librcscripts/list.h | 446 ++++++++
+ src/core/librcscripts/misc.c | 659 ++++++++++++
+ src/core/librcscripts/misc.h | 282 +++++
+ src/core/librcscripts/parse.c | 982 ++++++++++++++++++
+ src/core/librcscripts/parse.h | 100 +
+ src/core/librcscripts/rcscripts.h | 54
+ src/core/librcscripts/simple-regex.c | 827 +++++++++++++++
+ src/core/librcscripts/simple-regex.h | 86 +
+ src/core/list.h | 446 --------
+ src/core/misc.c | 659 ------------
+ src/core/misc.h | 282 -----
+ src/core/parse.c | 981 -----------------
+ src/core/parse.h | 109 -
+ src/core/scripts/Makefile.am | 3
+ src/core/scripts/clean.sh | 17
+ src/core/scripts/svn2cl.sh | 130 ++
+ src/core/scripts/svn2cl.xsl | 295 +++++
+ src/core/simple-regex.c | 827 ---------------
+ src/core/simple-regex.h | 86 -
+ src/core/src/Makefile.am | 17
+ src/core/src/depscan.c | 298 +++++
+ src/core/src/runscript.c | 237 ++++
+ src/core/test-regex.c | 80 -
+ src/core/tests/Makefile.am | 1
+ src/core/tests/test-regex.c | 80 +
+ 45 files changed, 6253 insertions(+), 4813 deletions(-)
+
30 Nov 2005; Christian Heim <phreak@gentoo.org>:
Import the latest baselayout changes. Merging revision 1648.