/ Zope / Apsis / Pound Mailing List / Archive / 2004 / 2004-01 / Slight man page issue: default config file

[ << ] [ >> ]

[ Some comments on Pound / "listor" ... ] [ I'm curious / "Joel Johnston" ... ]

Slight man page issue: default config file
Matthias Gärtner <mgaertner(at)metaship.net>
2004-01-22 11:39:45 [ FULL ]
Hello,

While the man page says that
  /usr/local/etc/pound/pound.cfg
is the default config file location, the compiled code expects it as
  /usr/local/etc/pound.cfg
and the code says (if not set otherwise)
  #define F_CONF  "/etc/pound/pound.cfg"

This is on Debian Linux 3.0r2.


By the way, I would suggest a --version parameter (or -V) in config.c that
displays the version of pound to the standard output, then quits.


Regards,
Matthias

Re: Slight man page issue: default config file
Robert Segall <roseg(at)apsis.ch>
2004-01-22 13:17:43 [ FULL ]
On Thu, 2004-01-22 at 11:39, Matthias Gärtner wrote:[...]

Thanks Matthias, we'll fix that. To set the record straight: Pound
expects the default config file to be ${prefix}/etc/pound.cfg, where
${prefix} is /usr/local by default (from autoconf).[...]

MailBoxer