Dash:
[t2-trunk.git] / package / network / ipsvd / patches / bincimap12.diff
blob65874dd249e3f92bada350084a83d059f4f3c2a0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../ipsvd/patches/bincimap12.diff
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./service/run.in.orig 2004-05-08 12:17:59.000000000 -0400
19 +++ ./service/run.in 2004-05-08 12:18:44.000000000 -0400
20 @@ -1,11 +1,11 @@
21 #!/bin/sh
22 # $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
23 -# daemontools supervise run-file for Binc IMAP Service.
24 +# ipsvd supervise run-file for Binc IMAP Service.
26 exec 2>&1
28 -exec tcpserver -c 100 -u 0 -g 0 \
29 - -l $(hostname) -HDRP \
30 +exec tcpsvd -c 100 \
31 + -l $(hostname) \
32 0 143 \
33 @bindir@/bincimap-up \
34 --logtype=multilog \
35 --- ./service/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
36 +++ ./service/run-ssl.in 2004-05-08 12:20:03.000000000 -0400
37 @@ -1,11 +1,11 @@
38 #!/bin/sh
39 # $Id: run-ssl.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
40 -# daemontools supervise run-file for Binc IMAP Service.
41 +# ipsvd supervise run-file for Binc IMAP Service.
43 exec 2>&1
45 -exec tcpserver -c 100 -u 0 -g 0 \
46 - -l $(hostname) -HDRP \
47 +exec tcpsvd -c 100 \
48 + -l $(hostname) \
49 0 993 \
50 @prefix@/bin/bincimap-up \
51 --logtype=multilog \
52 --- ./service/log/run.in.orig 2004-05-08 12:17:59.000000000 -0400
53 +++ ./service/log/run.in 2004-05-08 12:18:20.000000000 -0400
54 @@ -10,9 +10,9 @@
55 # USA.
57 # $Id: run.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
58 -# daemontools supervise run-file for Binc IMAP Service.
59 +# runit supervise run-file for Binc IMAP Service.
61 exec 2>&1
63 -exec multilog t n5 s1048576 @localstatedir@/log/bincimap
64 +exec svlogd -t @localstatedir@/log/bincimap
66 --- ./service/log/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
67 +++ ./service/log/run-ssl.in 2004-05-08 12:18:20.000000000 -0400
68 @@ -10,9 +10,9 @@
69 # USA.
71 # $Id: run-ssl.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
72 -# daemontools supervise run-file for Binc IMAP Service.
73 +# runit supervise run-file for Binc IMAP Service.
75 exec 2>&1
77 -exec multilog t n5 s1048576 @localstatedir@/log/bincimap-ssl
78 +exec svlogd -t @localstatedir@/log/bincimap-ssl