forked from Lainports/freebsd-ports
- add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating the new code for removing entries from the SQL log file when a user or domain is deleted; - add real NOPORTDOCS support and install the README.* files in addition to the doc_html/ and man_html/ directories if NOPORTDOCS is not set; - fix a couple of spelling and grammar errors in the new README.vpopmaild; - add several sanity checks; - remove the last traces of the ActiveDirectory backend; - various other minor changes.
9 lines
313 B
Diff
9 lines
313 B
Diff
diff -urN -x .svn ../../freebsd-port/vpopmail/config.h.in ./config.h.in
|
|
--- ../../freebsd-port/vpopmail/config.h.in Wed Oct 4 15:59:54 2006
|
|
+++ ./config.h.in Wed Oct 4 16:02:18 2006
|
|
@@ -354,3 +354,5 @@
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef uid_t
|
|
+
|
|
+#define ENABLE_SQL_REMOVE_DELETED
|