From 893e6dba02b259c8afa682bd3cc6de85437119be Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 16 May 2014 00:05:10 +1000 Subject: ctdb-build: Remove duplicate talloc library Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam --- ctdb/lib/talloc/web/index.html | 51 ------------------------------------------ 1 file changed, 51 deletions(-) delete mode 100644 ctdb/lib/talloc/web/index.html (limited to 'ctdb/lib/talloc/web') diff --git a/ctdb/lib/talloc/web/index.html b/ctdb/lib/talloc/web/index.html deleted file mode 100644 index 388ec2cde2..0000000000 --- a/ctdb/lib/talloc/web/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -talloc - - - -

talloc

- -talloc is a hierarchical pool based memory allocator with -destructors. It is the core memory allocator used in Samba, and has -made a huge difference in many aspects of Samba4 development.

- -To get started with talloc, I would recommend you read the talloc guide. - -

Download

-You can download the latest releases of talloc from the talloc directory on the samba public -source archive. - -

Discussion and bug reports

- -talloc does not currently have its own mailing list or bug tracking -system. For now, please use the samba-technical -mailing list, and the Samba -bugzilla bug tracking system. - -

Development

- -You can download the latest code either via git or rsync.
-
-To fetch via git see the following guide:
-Using Git for Samba Development
-Once you have cloned the tree switch to the master branch and cd into the lib/talloc directory.
-
-To fetch via rsync use this command: - -
-  rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/talloc .
-
- -
- -Andrew Tridgell
-talloc AT tridgell.net -
- - - -- cgit