|
From: Malcolm T. <ma...@co...> - 2002-08-26 01:03:12
|
(Sourceforge is down, so posting here and will put into sourceforge when it comes back up.) Currently, scrollkeeper lets you set SYSCONFDIR during configuration or when invoking make, however, it still looks at /etc/scrollkeeper.conf (only) when working out which directories to scan. Similarly, it refuses to honour LOCALSTATEDIR when writing various work-in-progress files out. The attached patch fixes both of these problems (the second one is in the TODO file, so if/when it gets applied, Dan, you can remove that line as well). Note that both these things need to be done via "-D..." on the compile line, rather than in config.h, since they must be changeable when make is invoked, not just at configure time. Cheers, Malcolm -- |