On Tue, Jan 14, 2014 at 11:05:04AM +0000, Stuart Henderson wrote:
> On 2014/01/14 08:19, Remi Locherer wrote:
> > ping
> 
> groff is picked up by configure and used at the end of build, I think this
> should be disabled, which can be done with a tweak to site.config.m4,
> 
>  post-configure:
>         @(echo "define(\`confCC', \`${CC}')"; \
> -         echo "define(\`confOPTIMIZE', \`${CFLAGS}')") \
> +         echo "define(\`confOPTIMIZE', \`${CFLAGS}')"; \
> +         echo "define(\`confNO_MAN_BUILD')") \
>                 >${WRKSRC}/devtools/Site/site.config.m4
> 
> I'm a bit unsure about the reload support, it does have some support, but
> a number of config options aren't handled, and it loses command line values
> (which may be passed in via dkim_filter_flags), so I think maybe it's better
> not to have that exposed by rc.d?
> 

This is true. Command line flags get lost on reload. Maybe it's better
to not support reload and add rc_reload=NO to the rc script. 

Reply via email to