summaryrefslogtreecommitdiffstats
path: root/scripts/README
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-11 10:15:14 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-11 10:15:14 +0000
commitd90a5a5fcfd899f32eae6fd3ce87b082ff221df8 (patch)
tree49d7fab078938e6441a6e7273440584a6d0480a5 /scripts/README
parente2bd008f062988edb7ddef0a6070c7a6c38c3cee (diff)
downloadlibcg-d90a5a5fcfd899f32eae6fd3ce87b082ff221df8.tar.gz
libcg-d90a5a5fcfd899f32eae6fd3ce87b082ff221df8.tar.xz
libcg-d90a5a5fcfd899f32eae6fd3ce87b082ff221df8.zip
Merge from Balbir's and Dhaval's branches
Makefile | 13 ++ api.c | 335 ++++++++++++++++++++++++++++++++++++++++----------------------- libcg.h | 42 +++++-- 3 files changed, 255 insertions(+), 135 deletions(-) Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@24 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
new file mode 100644
index 0000000..8007b60
--- /dev/null
+++ b/scripts/README
@@ -0,0 +1,4 @@
+NOTE: These are temporary intermediate scripts, till libcg is up and running
+on its own. The current parser works, but has a lot of band-aid around it.
+We need a good cleanroom implementation of the parser. Doing so, would
+enable us to build a good daemon and a set of init scripts around it.