gkrellmd-conf.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Index: gkrellm-2.3.5/server/gkrellmd.conf
  2. ===================================================================
  3. --- gkrellm-2.3.5.orig/server/gkrellmd.conf
  4. +++ gkrellm-2.3.5/server/gkrellmd.conf
  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 3
  11. # Limit number of simultaneous clients allowed to connect.
  12. #
  13. @@ -17,7 +17,7 @@
  14. # Specify the port to listen on for connections.
  15. #
  16. -#port 19150
  17. +port 19150
  18. # List of hosts allowed to connect. If no hosts are specified in a
  19. # gkrellmd.conf file or on the command line, all hosts will be allowed.
  20. @@ -38,17 +38,17 @@ group nogroup
  21. # Create a PID file for the running gkrellmd. Default is no PID file.
  22. # NOTE: Option ignored on Windows
  23. #
  24. -#pidfile /var/run/gkrellmd.pid
  25. +pidfile /run/gkrellmd.pid
  26. # Run in background and detach from the controlling terminal
  27. # NOTE: Option ignored on Windows
  28. #
  29. -#detach
  30. +detach
  31. # Enable writing logging message to the system syslog file
  32. # NOTE: On windows this enables logging to the windows event log
  33. #
  34. -#syslog
  35. +syslog
  36. # Time interval between checks for various monitors. If nfs-interval
  37. # is <= 0 then gkrellmd will not read data for nfs file system types.