On Sat, Jun 13, 2009 at 8:29 PM, Dagobert Michelsen<[email protected]> wrote: > Well, in gar.conf.mk the definitions for the directories are conditional, > that means you can safely set > sysconfdir = /etc/opt/csw > localstatedir = /var/opt/csw > and everything should be fine. We could make it the default, but I am > afraid that this may break existing build descriptions.
You could grep for /opt/csw/var instances in all the build files and replace them accordingly. I see two main issues: - potential problems will be seen at runtime, not at the time of packaging - already installed programs will have their data in /opt/csw/var, some form of data migration might be necessary Perhaps focus on just few important packages would be enough. Postfix and cups come to mind. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
