Commit c755bf80 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 654e9848
......@@ -4,7 +4,20 @@ extends =
sdr/buildout.cfg
lopcomm/buildout.cfg
sunwave/buildout.cfg
setcap-ncapdo
[ru_libinstance.jinja2.cfg]
<= download-base
[ru_xexec.c]
<= download-base
[ncapdo]
recipe = plone.recipe.command
exe = ${buildout:directory}/ncapdo
command = gcc -o ${:exe} ${ru_xexec.c:}
stop-on-error = true
[setcap-ncapdo]
<= setcap
exe = ${ncapdo:exe}
......@@ -46,7 +46,7 @@ parts +=
dnsmasq
eggs
xamari
setcap
setcap-dnsmasq
# unimplemented parts - the http monitor and better log handling using logrotate
# apache-php
# logrotate
......@@ -194,9 +194,13 @@ scripts = xamari
[setcap]
recipe = plone.recipe.command
command = sudo -n /opt/amarisoft/setcap ${dnsmasq:location}/sbin/dnsmasq || true
command = sudo -n /opt/amarisoft/setcap ${:exe} || true
update-command = ${:command}
[setcap-dnsmasq]
<= setcap
exe = ${dnsmasq:location}/sbin/dnsmasq
[versions]
websocket-client = 1.4.2
ncclient = 0.6.13
......
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