|
From: Rene R. <re...@gr...> - 2002-06-20 12:53:03
|
Hi Joe Just a few comments on these changes On Sat, 2002-06-15 at 09:29, Joe Zacky wrote: > I just updated the CVS with a dozen files for use with './configure' and > 'make'. > > What it does... > checks that you have installed httpd, php, portmap and rsync (gives > warnings if you don't). > puts the web docs in the web directory. > creates the backup data directories. Directories should be created automatically when running bobs. The only thing make should do is check that the httpd owner has sufficient access to do this. > > What it doesn't do (yet)... > correct permissions for the httpd process to write to the files. > copy the miscellaneous files. > perform tests of nfs mount, rsync and cmdloop. Tests of nfs, rsync should be a part of the admin interface. I would be logical to have it there, since you would proably like to test a server when you have created it. Make cannot check these things in a proper way. > > Read INSTALL section 7.0 to see how to use it. For now, run 'autoconf' > and 'automake' before './configure'. I guess I'll have to read up on automake and autoconf. I'll do that as my head gets better ;) Keep up the good work. -Rene |