diff options
author | Christian Heim <phreak@gentoo.org> | 2005-12-09 15:08:55 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2005-12-09 15:08:55 +0000 |
commit | e9bfd1e41c9da755fe0797fdff82f22104462919 (patch) | |
tree | 36433397e8756954d82c45abf739642d4ee78e0c /ChangeLog.vserver | |
parent | Fixing last ChangeLog.vserver entry (goddammit it was rev 1733 and not 1773) (diff) | |
download | baselayout-vserver-e9bfd1e41c9da755fe0797fdff82f22104462919.tar.gz baselayout-vserver-e9bfd1e41c9da755fe0797fdff82f22104462919.tar.bz2 baselayout-vserver-e9bfd1e41c9da755fe0797fdff82f22104462919.zip |
Importing latest baselayout/trunk changes. This is a merge with 1752.
svn path=/baselayout-vserver/trunk/; revision=164
Diffstat (limited to 'ChangeLog.vserver')
-rw-r--r-- | ChangeLog.vserver | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.vserver b/ChangeLog.vserver index 187d49e..e98b2a8 100644 --- a/ChangeLog.vserver +++ b/ChangeLog.vserver @@ -1,6 +1,26 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2 + 09 Dec 2005; Christian Heim <phreak@gentoo.org>: + Importing latest baselayout/trunk changes. This is a merge with + revision 1752. + + ChangeLog | 10 + + ChangeLog.vserver | 20 ++ + sbin/functions.sh | 36 ++- + src/core/librcscripts/api/debug.h | 10 - + src/core/librcscripts/api/dynbuf.h | 15 - + src/core/librcscripts/api/parse.h | 6 + src/core/librcscripts/api/runlevels.h | 2 + src/core/librcscripts/depend.c | 18 - + src/core/librcscripts/dynbuf.c | 105 +++++++++- + src/core/librcscripts/misc.c | 86 +++----- + src/core/librcscripts/parse.c | 177 ++++++++---------- + src/core/librcscripts/runlevels.c | 2 + src/core/librcscripts/scripts.c | 32 +-- + src/core/librcscripts/simple-regex.c | 38 +-- + 14 files changed, 326 insertions(+), 231 deletions(-) + 06 Dec 2005; Christian Heim <phreak@gentoo.org>: Importing latest baselayout/trunk changes. Merging revision 1733. |