On Wed, Sep 23, 2009 at 3:40 PM, Ben Walton <[email protected]> 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 <[email protected]> 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
