aboutsummaryrefslogtreecommitdiff
path: root/admin/gkrellmd/patches
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2018-03-03 20:24:39 +0000
committerPeter Denison <openwrt@marshadder.org>2018-10-29 20:20:37 +0000
commit2bc8108620907825427e8d42cac4a67f60009b0b (patch)
treea8577e8cb576f3e7b5b2e9689cb69302c851d711 /admin/gkrellmd/patches
parent6f320da5266cb7d77488a7ed7520756f728f4895 (diff)
gkrellmd: Adopt from oldpackages repo, Update to 2.3.10
Adopt the package from the oldpackages repo at https://git.archive.openwrt.org/$ Update to version 2.3.10 (released Nov 2016) Update source URL Depend only on GLib2, not glib1.2 Signed-off-by: Peter Denison <openwrt@marshadder.org>
Diffstat (limited to 'admin/gkrellmd/patches')
-rw-r--r--admin/gkrellmd/patches/100-conf.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/admin/gkrellmd/patches/100-conf.patch b/admin/gkrellmd/patches/100-conf.patch
new file mode 100644
index 000000000..c4b9ea20e
--- /dev/null
+++ b/admin/gkrellmd/patches/100-conf.patch
@@ -0,0 +1,35 @@
+Index: gkrellm-2.3.10/server/gkrellmd.conf
+===================================================================
+--- gkrellm-2.3.10.orig/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
++++ gkrellm-2.3.10/server/gkrellmd.conf 2008-03-09 10:19:26.000000000 +0100
+@@ -4,7 +4,7 @@
+ # the client update frequency. Values may be from 1 to 10 and should be
+ # smaller values to reduce network traffic.
+ #
+-#update-hz 3
++update-hz 10
+
+ # Limit number of simultaneous clients allowed to connect.
+ #
+@@ -30,18 +30,18 @@
+ # Drop privileges after startup (you must start gkrellmd as root to do it).
+ # NOTE: Option ignored on Windows
+ #
+-#user nobody
++user nobody
+ #group proc
+
+ # Create a PID file for the running gkrellmd. Default is no PID file.
+ # NOTE: Option ignored on Windows
+ #
+-#pidfile /var/run/gkrellmd.pid
++pidfile /var/run/gkrellmd.pid
+
+ # Run in background and detach from the controlling terminal
+ # NOTE: Option ignored on Windows
+ #
+-#detach
++detach
+
+ # Time interval between checks for various monitors. If nfs-interval
+ # is <= 0 then gkrellmd will not read data for nfs file system types.