3.2 beta 1 configure script help typo
The following text appears in the ./configure --help output: --with-pidfile-dir=path Use path as the directory for storing pidfiles --with-module-dir=path Use path as the directory for storing pidfiles Having both of these seems either redundant, or incorrect. Or they are different but it's not clearly explained. Either way, probably worth fixing before final 3.2 is released. Matthew.
On Tue, 2010-11-23 at 17:52 -0800, Matthew Hall wrote:
The following text appears in the ./configure --help output:
--with-pidfile-dir=path Use path as the directory for storing pidfiles --with-module-dir=path Use path as the directory for storing pidfiles
Having both of these seems either redundant, or incorrect.
Or they are different but it's not clearly explained.
Either way, probably worth fixing before final 3.2 is released.
Thanks for noticing this. I've fixed it up with this patch: commit ff01083b04af4ce2cbc1f08a6e339604e475745f Author: Balazs Scheidler <bazsi@balabit.hu> Date: Fri Nov 26 15:37:40 2010 +0100 fixed configure --help on --with-module-dir Reported-By: Matthew Hall -- Bazsi
participants (2)
-
Balazs Scheidler
-
Matthew Hall