The file is not missing, it is just placed in
/usr/share/doc/supervisor/examples/sample.conf.gz

echo_supervisord_conf calls the supervisor.confecho module, which simply
outputs the contents of the sample.conf to stdout. Two issues here: the
location changed in the packaging process, and the file is gzipped.

A quick patch could be to simply replace it with:

#! /bin/sh
zcat /usr/share/doc/supervisor/examples/sample.conf.gz

but this would need a good monitoring of the confecho module to ensure
that no additional features are added in the future (like customizations
of the sample.conf file).

Regards,
Olivier Aubert




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to