Commit 8def5441 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert "usersyslog: New component."

This reverts commit d48851e9.

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.
parent e18a4438
[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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment