[solved] Standard clock-server configuration produces namespace error

On Plone 4.3.9 on Debian,

using the regular clock server configuration:

[client]
recipe = plone.recipe.zope2instance

zcml-additional =
     <clock-server>
       ...
     </clock-server>

I get the error:

zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/opt/plone/parts/client/etc/site.zcml", line 19.2-19.64
ZopeXMLConfigurationError: File "/opt/plone/parts/client/etc/package-includes/999-additional-overrides.zcml", line 2.4
ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/zope', u'clock-server')

Is anyone else seeing this? Is there a fix?

Oh damn ignore this..

The buildout entry for clock server should of course be inside zope-conf-additional, not zcml-additional...

Sorry.