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-04-10 10:26:20.000000000 -0400 |
3 |
+++ mezzanine_patched_e-smith-imap-1.4.0/root/var/service/imap/run 2006-04-10 10:03:38.000000000 -0400 |
4 |
@@ -3,8 +3,8 @@ |
5 |
exec 2>&1 |
6 |
# Ensure that PRNG is adequately seeded. |
7 |
[ -s ./ssl/seed ] ||\ |
8 |
- /usr/local/bin/envuidgid stunnel \ |
9 |
/bin/dd if=/dev/urandom of=./ssl/seed bs=1k count=1 |
10 |
+chown stunnel.stunnel ./ssl/seed |
11 |
# Configure ACLs |
12 |
./control/1 |
13 |
. ./config |