1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-imap-1.4.0/root/var/service/imap/run mezzanine_patched_e-smith-imap-1.4.0/root/var/service/imap/run |
2 |
--- e-smith-imap-1.4.0/root/var/service/imap/run 2006-03-14 13:19:01.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-imap-1.4.0/root/var/service/imap/run 2006-03-19 13:40:50.000000000 -0500 |
4 |
@@ -14,7 +14,7 @@ |
5 |
-v \ |
6 |
-i ./peers \ |
7 |
-c ${INSTANCES:-400} \ |
8 |
- -C ${PER_IP_INSTANCES:-6}:'421 per host concurrency limit reached\r\n' \ |
9 |
+ -C ${INSTANCES_PER_IP:-6}:'421 per host concurrency limit reached\r\n' \ |
10 |
-l ${LOCALNAME:-0} \ |
11 |
${LISTENIP:-0} \ |
12 |
${PORT:-imap} \ |
13 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-imap-1.4.0/root/var/service/imaps/run mezzanine_patched_e-smith-imap-1.4.0/root/var/service/imaps/run |
14 |
--- e-smith-imap-1.4.0/root/var/service/imaps/run 2006-03-14 13:19:01.000000000 -0500 |
15 |
+++ mezzanine_patched_e-smith-imap-1.4.0/root/var/service/imaps/run 2006-03-19 13:41:09.000000000 -0500 |
16 |
@@ -8,7 +8,7 @@ |
17 |
-v \ |
18 |
-i ./peers \ |
19 |
-c ${INSTANCES:-400} \ |
20 |
- -C ${PER_IP_INSTANCES:-6}:'421 per host concurrency limit reached\r\n' \ |
21 |
+ -C ${INSTANCES_PER_IP:-6}:'421 per host concurrency limit reached\r\n' \ |
22 |
-l ${LOCALNAME:-0} \ |
23 |
${LISTENIP:-0} \ |
24 |
${PORT:-imaps} \ |