|
From: Rene R. <re...@gr...> - 2002-10-29 06:37:44
|
I'm making a list of things which I think should change in the makefile. 1. Add a configuration option "--with-processdir" to make it possible to have the process dir in another location. Default location is still ="--with-bobsdata" (this also needs an entry in config.php and a small edit of class_backup) 2. cron/backup.php should be copied to /etc/cron.daily/ I have some problems with this. I can't get an rpm to compile properly. Every time I try the file ends up in /etc/cron.daily instead of the tmp rpmbuild dir. It has something to do with --with-prefix not being set/used. (it should not go in the wwwroot/bobs/cron/ dir as is does now) 3. a new file called "crontab.in" should be added to configure the crontab setting. 4. separate options for --with-currentdir --with-incomingdir --with-incrementaldir 5. "check_loop" should be placed in the processdir I'll commit a semi working rpm.spec file when I've tested it some more. I can do most of this from the rpm spec file, but it would be best to have the configure script do it and the building a spec file on that. |