d6b7ea47c8
- regenerate patches and name them consistently. Note that the configuration file format and names have changed with this release - add an INSTALL shell fragment to detect old versions of the config files and warn the user to regenerate them - config files now live in /etc/courier-imap, as they are very generic names, and this avoid conflict with other imap daemons Summary of changes: This release fixes some bugs in the POP3 server, adds optional support for gb2312 and big5 text search, and introduces a new configuration file format. The new configuration file format will allow future upgrades to automatically preserve the existing system configuration data, instead of installing a default set of configuration files
13 lines
539 B
Plaintext
13 lines
539 B
Plaintext
--- Makefile.in.orig Fri Dec 29 14:57:58 2000
|
|
+++ Makefile.in Fri Dec 29 14:58:29 2000
|
|
@@ -821,9 +821,6 @@ install-exec-local:
|
|
test ! -x tcpd/couriertls || $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) \
|
|
tcpd/couriertls $(DESTDIR)$(bindir)/couriertls
|
|
$(mkinstalldirs) $(DESTDIR)$(sbindir)
|
|
- for f in mkimapdcert mkpop3dcert vchkpw2userdb makeuserdb pw2userdb userdb ; \
|
|
- do rm -f $(DESTDIR)$(sbindir)/$$f ; \
|
|
- $(LN_S) $(datadir)/$$f $(DESTDIR)$(sbindir)/$$f ; done
|
|
|
|
# If authlib built authpam, install the PAM configuration file
|
|
|