[EMAIL PROTECTED] writes:
> If I have to re-compile then re-install, I have the following questions > > * How to I do this without losing any configuration file? Is it as easy > as backing up the /usr/lib/courier/etc directory? Correct. > * Is there any way to see what files a make install or make > install-configure modifies/created? 'make install-perms' creates the 'permissions.dat' file which lists every file that will be copied by make install. > * What is the difference between make install and make > install-configure? make install-configure must follow make install, it's not an alternative. make install-configure creates most of the configuration files. When reinstalling 'make install-configure' does essentially nothing. When upgrading, 'make install-configure' only creates new configuration settings, removes obsolete configuration settings, and leaves the existing configuration settings untouched. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
