Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
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.

43 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/mnemosyne/pkg_patch/openser.patch
  5. # Copyright (C) 2002 - 2006 Alejandro Mery
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. options at openser.cfg overwrite any option given by command line, and we don't like
  17. that behaviour
  18. --- ./etc/openser.cfg.orig 2006-04-02 21:43:47.000000000 +0200
  19. +++ ./etc/openser.cfg 2006-04-02 21:45:06.000000000 +0200
  20. @@ -6,20 +6,7 @@
  21. # ----------- global configuration parameters ------------------------
  22. -debug=3 # debug level (cmd line: -dddddddddd)
  23. -fork=yes
  24. -log_stderror=no # (cmd line: -E)
  25. -
  26. -/* Uncomment these lines to enter debugging mode
  27. -fork=no
  28. -log_stderror=yes
  29. -*/
  30. -
  31. -check_via=no # (cmd. line: -v)
  32. -dns=no # (cmd. line: -r)
  33. -rev_dns=no # (cmd. line: -R)
  34. port=5060
  35. -children=4
  36. fifo="/tmp/openser_fifo"
  37. #