Added pixman to minimal Xorg module because xorg-server depends on it nowadays
[mnemosyne.git] / pkg_patch / openser.patch
blob75c7836fe91068b5cfa1b3362e729d653d882c95
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 ---
18 options at openser.cfg overwrite any option given by command line, and we don't like
19 that behaviour
21 --- ./etc/openser.cfg.orig 2006-04-02 21:43:47.000000000 +0200
22 +++ ./etc/openser.cfg 2006-04-02 21:45:06.000000000 +0200
23 @@ -6,20 +6,7 @@
25 # ----------- global configuration parameters ------------------------
27 -debug=3 # debug level (cmd line: -dddddddddd)
28 -fork=yes
29 -log_stderror=no # (cmd line: -E)
31 -/* Uncomment these lines to enter debugging mode
32 -fork=no
33 -log_stderror=yes
34 -*/
36 -check_via=no # (cmd. line: -v)
37 -dns=no # (cmd. line: -r)
38 -rev_dns=no # (cmd. line: -R)
39 port=5060
40 -children=4
41 fifo="/tmp/openser_fifo"