From ce5bc6c9d38794c2adfdff8b8119c79565b3db66 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 2 Apr 2006 21:50:39 +0000 Subject: [PATCH] * patched openser for mnemosyne so it doesn'T include options which make impossible to run openser supervised on it's default openser.cfg --- pkg_patch/openser.patch | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pkg_patch/openser.patch diff --git a/pkg_patch/openser.patch b/pkg_patch/openser.patch new file mode 100644 index 0000000..8a856d3 --- /dev/null +++ b/pkg_patch/openser.patch @@ -0,0 +1,43 @@ +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# T2 SDE: target/mnemosyne/pkg_patch/openser.patch +# Copyright (C) 2006 The T2 SDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- T2-COPYRIGHT-NOTE-END --- + + +options at openser.cfg overwrite any option given by command line, and we don't like +that behaviour + +--- ./etc/openser.cfg.orig 2006-04-02 21:43:47.000000000 +0200 ++++ ./etc/openser.cfg 2006-04-02 21:45:06.000000000 +0200 +@@ -6,20 +6,7 @@ + + # ----------- global configuration parameters ------------------------ + +-debug=3 # debug level (cmd line: -dddddddddd) +-fork=yes +-log_stderror=no # (cmd line: -E) +- +-/* Uncomment these lines to enter debugging mode +-fork=no +-log_stderror=yes +-*/ +- +-check_via=no # (cmd. line: -v) +-dns=no # (cmd. line: -r) +-rev_dns=no # (cmd. line: -R) + port=5060 +-children=4 + fifo="/tmp/openser_fifo" + + # -- 2.11.4.GIT