From 3fe2bfbd9168ea3233de002aef9efbcb991c4b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 19 Oct 2011 11:58:38 +0200 Subject: [PATCH] Typo. --- software/erp5/snippet-zeo.cfg | 2 +- software/erp5/software.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/erp5/snippet-zeo.cfg b/software/erp5/snippet-zeo.cfg index 0af46b7a3..185a45588 100644 --- a/software/erp5/snippet-zeo.cfg +++ b/software/erp5/snippet-zeo.cfg @@ -11,4 +11,4 @@ wrapper-path = $${basedirectory:services}/zeo-%(zeo_id)s <= logrotate-entry-common name = zeo-%(zeo_id)s log = $${zeo-instance-%(zeo_id)s:log-path} -post = ${buildout:bin-directory}/bin/killpidfromfile $${zeo-instance-%(zeo_id)s:pid-path} SIGUSR2 +post = ${buildout:bin-directory}/killpidfromfile $${zeo-instance-%(zeo_id)s:pid-path} SIGUSR2 diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg index aaade6995..72a378c42 100644 --- a/software/erp5/software.cfg +++ b/software/erp5/software.cfg @@ -81,7 +81,7 @@ mode = 0644 [template-snippet-zeo] recipe = slapos.recipe.template url = ${:_profile_base_location_}/snippet-zeo.cfg -md5sum = ece1faaaf27679ff33adaaeb3fa3d91c +md5sum = 83444a88b9df991941e35c1a56dd28a2 output = ${buildout:directory}/template-snippet-zeo.cfg mode = 0644 -- 2.30.9