[csw-maintainers] etc issues

Maciej (Matchek) Blizinski maciej at opencsw.org
Wed Sep 23 16:42:43 CEST 2009


On Wed, Sep 23, 2009 at 3:40 PM, Ben Walton <bwalton at opencsw.org> wrote:
> Excerpts from Daniel Pocock's message of Wed Sep 23 10:34:53 -0400 2009:
>
>> I'm putting my config under /etc/opt/csw/ganglia, as suggested in an
>> earlier email from Dago
>>
>> However, I notice that gar configures my application to use
>> /opt/csw/etc
>
> For now, you need to set 'sysconfdir = /etc/opt/csw' manually in your
> makefile to override the gar default.  I'm planning to update this but
> haven't had the time to update the default and alter all makefiles to
> prevent surprises for maintainers yet.

Yes, what Ben said. Two directories need to be altered.

On Wed, Sep 23, 2009 at 3:34 PM, Daniel Pocock <daniel at opencsw.org> wrote:
> --sysconfdir=/opt/csw/etc
> --localstatedir=/opt/csw/var

Add these two lines to the Makefile:

sysconfdir = /etc/opt/csw
localstatedir = /var/opt/csw

Maciej



More information about the maintainers mailing list