OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../ipsvd/patches/bincimap12.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2004 Clifford Wolf
  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. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./service/run.in.orig 2004-05-08 12:17:59.000000000 -0400
  18. +++ ./service/run.in 2004-05-08 12:18:44.000000000 -0400
  19. @@ -1,11 +1,11 @@
  20. #!/bin/sh
  21. # $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
  22. -# daemontools supervise run-file for Binc IMAP Service.
  23. +# ipsvd supervise run-file for Binc IMAP Service.
  24. exec 2>&1
  25. -exec tcpserver -c 100 -u 0 -g 0 \
  26. - -l $(hostname) -HDRP \
  27. +exec tcpsvd -c 100 \
  28. + -l $(hostname) \
  29. 0 143 \
  30. @bindir@/bincimap-up \
  31. --logtype=multilog \
  32. --- ./service/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
  33. +++ ./service/run-ssl.in 2004-05-08 12:20:03.000000000 -0400
  34. @@ -1,11 +1,11 @@
  35. #!/bin/sh
  36. # $Id: run-ssl.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
  37. -# daemontools supervise run-file for Binc IMAP Service.
  38. +# ipsvd supervise run-file for Binc IMAP Service.
  39. exec 2>&1
  40. -exec tcpserver -c 100 -u 0 -g 0 \
  41. - -l $(hostname) -HDRP \
  42. +exec tcpsvd -c 100 \
  43. + -l $(hostname) \
  44. 0 993 \
  45. @prefix@/bin/bincimap-up \
  46. --logtype=multilog \
  47. --- ./service/log/run.in.orig 2004-05-08 12:17:59.000000000 -0400
  48. +++ ./service/log/run.in 2004-05-08 12:18:20.000000000 -0400
  49. @@ -10,9 +10,9 @@
  50. # USA.
  51. # $Id: run.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
  52. -# daemontools supervise run-file for Binc IMAP Service.
  53. +# runit supervise run-file for Binc IMAP Service.
  54. exec 2>&1
  55. -exec multilog t n5 s1048576 @localstatedir@/log/bincimap
  56. +exec svlogd -t @localstatedir@/log/bincimap
  57. --- ./service/log/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
  58. +++ ./service/log/run-ssl.in 2004-05-08 12:18:20.000000000 -0400
  59. @@ -10,9 +10,9 @@
  60. # USA.
  61. # $Id: run-ssl.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
  62. -# daemontools supervise run-file for Binc IMAP Service.
  63. +# runit supervise run-file for Binc IMAP Service.
  64. exec 2>&1
  65. -exec multilog t n5 s1048576 @localstatedir@/log/bincimap-ssl
  66. +exec svlogd -t @localstatedir@/log/bincimap-ssl