Move python module of hippo-canvas into its own package.
[openwrt/svn-archive/archive.git] / admin / gkrellmd / patches / 100-conf.patch
1 Index: gkrellm-2.3.1/server/gkrellmd.conf
2 ===================================================================
3 --- gkrellm-2.3.1.orig/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
4 +++ gkrellm-2.3.1/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
5 @@ -4,7 +4,7 @@
6 # the client update frequency. Values may be from 1 to 10 and should be
7 # smaller values to reduce network traffic.
8 #
9 -update-hz 3
10 +update-hz 10
11
12 # Limit number of simultaneous clients allowed to connect.
13 #
14 @@ -13,7 +13,7 @@
15 # Specify a specific network interface to listen on for connections.
16 # By default gkrellmd listens on all available network interfaces.
17 #
18 -address 127.0.0.1
19 +#address 127.0.0.1
20
21 # Specify the port to listen on for connections.
22 #
23 @@ -29,14 +29,14 @@
24
25 # Drop privileges after startup (you must start gkrellmd as root to do it).
26 #
27 -#user nobody
28 +user nobody
29 #group proc
30
31 # Create a PID file for the running gkrellmd. Default is no PID file.
32 -#pidfile /var/run/gkrellmd.pid
33 +pidfile /var/run/gkrellmd.pid
34
35 # Run in background and detach from the controlling terminal
36 -#detach
37 +detach
38
39 # Time interval between checks for various monitors. If nfs-interval
40 # is <= 0 then gkrellmd will not read data for nfs file system types.