mirror of the now-defunct rocklinux.org
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.

81 lines
2.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/ipsvd/patches/bincimap.diff
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./service/run.in.orig 2004-05-08 12:17:59.000000000 -0400
  20. +++ ./service/run.in 2004-05-08 12:18:44.000000000 -0400
  21. @@ -1,11 +1,11 @@
  22. #!/bin/sh
  23. # $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
  24. -# daemontools supervise run-file for Binc IMAP Service.
  25. +# ipsvd supervise run-file for Binc IMAP Service.
  26. exec 2>&1
  27. -exec tcpserver -c 100 -u 0 -g 0 \
  28. - -l $(hostname) -HDRP \
  29. +exec tcpsvd -c 100 \
  30. + -l $(hostname) \
  31. 0 143 \
  32. @bindir@/bincimap-up \
  33. --logtype=multilog \
  34. --- ./service/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
  35. +++ ./service/run-ssl.in 2004-05-08 12:20:03.000000000 -0400
  36. @@ -1,11 +1,11 @@
  37. #!/bin/sh
  38. # $Id: run-ssl.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
  39. -# daemontools supervise run-file for Binc IMAP Service.
  40. +# ipsvd supervise run-file for Binc IMAP Service.
  41. exec 2>&1
  42. -exec tcpserver -c 100 -u 0 -g 0 \
  43. - -l $(hostname) -HDRP \
  44. +exec tcpsvd -c 100 \
  45. + -l $(hostname) \
  46. 0 993 \
  47. @prefix@/bin/bincimap-up \
  48. --logtype=multilog \
  49. --- ./service/log/run.in.orig 2004-05-08 12:17:59.000000000 -0400
  50. +++ ./service/log/run.in 2004-05-08 12:18:20.000000000 -0400
  51. @@ -10,9 +10,9 @@
  52. # USA.
  53. # $Id: run.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
  54. -# daemontools supervise run-file for Binc IMAP Service.
  55. +# runit supervise run-file for Binc IMAP Service.
  56. exec 2>&1
  57. -exec multilog t n5 s1048576 @localstatedir@/log/bincimap
  58. +exec svlogd -t @localstatedir@/log/bincimap
  59. --- ./service/log/run-ssl.in.orig 2004-05-08 12:17:59.000000000 -0400
  60. +++ ./service/log/run-ssl.in 2004-05-08 12:18:20.000000000 -0400
  61. @@ -10,9 +10,9 @@
  62. # USA.
  63. # $Id: run-ssl.in,v 1.1 2003/08/23 12:53:25 andreaha Exp $
  64. -# daemontools supervise run-file for Binc IMAP Service.
  65. +# runit supervise run-file for Binc IMAP Service.
  66. exec 2>&1
  67. -exec multilog t n5 s1048576 @localstatedir@/log/bincimap-ssl
  68. +exec svlogd -t @localstatedir@/log/bincimap-ssl