From 8def544158296f3b932dc735fd62869010ebc615 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 21 Aug 2015 14:18:37 +0200
Subject: [PATCH] Revert "usersyslog: New component."

This reverts commit d48851e977e2c62b5ef35a3fa914f36d21aca063.

Turns out, "logger" command (with which this tool was developped) is not
actually using libc's syslog API, so is not representative of proper
syslog usage. Also, syslog API happens to be extremely painful to hook
(500 lines of libc code to fork because of direct internal accesses,
constants and static globals).
Syslog hooking will happen someday, just not this way.
---
 component/usersyslog/buildout.cfg | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 component/usersyslog/buildout.cfg

diff --git a/component/usersyslog/buildout.cfg b/component/usersyslog/buildout.cfg
deleted file mode 100644
index c263fd4d7..000000000
--- a/component/usersyslog/buildout.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-[buildout]
-extends =
-  ../git/buildout.cfg
-
-[usersyslog]
-recipe = plone.recipe.command
-stop-on-error = true
-update-command = ${:command}
-command = cd ${usersyslog-get:location} && make
-# For convenience (one section to build & know result path)
-location = ${usersyslog-get:location}/usersyslog
-
-[usersyslog-get]
-recipe = slapos.recipe.build:gitclone
-repository = http://git.erp5.org/repos/usersyslog.git
-revision = ad6f6411410c57ef21ca8078f6c3d17e9736185e
-git-executable = ${git:location}/bin/git
-location = ${buildout:parts-directory}/usersyslog
-- 
2.30.9