1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-qmail-1.10.0/root/var/service/qmail/run mezzanine_patched_e-smith-qmail-1.10.0/root/var/service/qmail/run |
2 |
|
|
--- e-smith-qmail-1.10.0/root/var/service/qmail/run 2006-01-11 02:04:56.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-qmail-1.10.0/root/var/service/qmail/run 2006-03-23 16:46:49.000000000 -0500 |
4 |
|
|
@@ -1,7 +1,7 @@ |
5 |
|
|
#!/bin/sh |
6 |
|
|
|
7 |
|
|
#---------------------------------------------------------------------- |
8 |
|
|
-# copyright (C) 2002 Mitel Networks Corporation |
9 |
|
|
+# copyright (C) 2002-2006 Mitel Networks Corporation |
10 |
|
|
# |
11 |
|
|
# This program is free software; you can redistribute it and/or modify |
12 |
|
|
# it under the terms of the GNU General Public License as published by |
13 |
|
|
@@ -17,11 +17,10 @@ |
14 |
|
|
# along with this program; if not, write to the Free Software |
15 |
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
16 |
|
|
# |
17 |
|
|
-# Technical support for this program is available from Mitel Networks |
18 |
|
|
-# Please visit our web site www.e-smith.com for details. |
19 |
|
|
#---------------------------------------------------------------------- |
20 |
|
|
exec \ |
21 |
|
|
/usr/bin/env - PATH="/var/qmail/bin:/bin:/usr/bin:/usr/local/bin" \ |
22 |
|
|
+ LD_PRELOAD=$(pwd)/no_connect_zero.so \ |
23 |
|
|
/var/qmail/bin/qmail-start \ |
24 |
|
|
./Maildir/ \ |
25 |
|
|
2>&1 |