put twisted extensions in their own menu
[openwrt/svn-archive/archive.git] / admin / gkrellmd / patches / 100-conf.patch
1 diff -ur gkrellm-2.2.10~/server/gkrellmd.conf gkrellm-2.2.10/server/gkrellmd.conf
2 --- gkrellm-2.2.10~/server/gkrellmd.conf 2005-05-22 11:56:53.000000000 -0400
3 +++ gkrellm-2.2.10/server/gkrellmd.conf 2007-03-10 23:32:23.000000000 -0500
4 @@ -4,7 +4,7 @@
5 # the client update frequency. Values may be from 1 to 10 and should be
6 # smaller values to reduce network traffic.
7 #
8 -update-hz 3
9 +update-hz 10
10
11 # Limit number of simultaneous clients allowed to connect.
12 #
13 @@ -17,18 +17,18 @@
14 # List of hosts allowed to connect. If no hosts are specified in a
15 # gkrellmd.conf file or on the command line, all hosts will be allowed.
16 #
17 -#allow-host localhost
18 +allow-host localhost
19 #allow-host 127.0.0.1
20 #allow-host ::1
21 #allow-host 192.168.0.*
22
23 # Drop privileges after startup (you must start gkrellmd as root to do it).
24 #
25 -#user nobody
26 +user nobody
27 #group proc
28
29 # Run in background and detach from the controlling terminal
30 -#detach
31 +detach
32
33 # Time interval between checks for various monitors. If nfs-interval
34 # is <= 0 then gkrellmd will not read data for nfs file system types.