NOTE: Some configuration issues:
o Net and inet command launching will need re-entering.
o Inet charts can't use data saved by 1.0.x versions.
o Plugins that were automatically enabled by being in
~/.gkrellm/plugins will now have to be enabled on the plugins
config page. A consequence of this is that your existing
configuration setup for these plugins may be lost.
o CPU charts can now show nice time, which also uses a new theme
image.
o Added an alert interface so limits can be set for triggering
warn and alarm commands. Builtin APM and sensor (temps, fan, volt)
monitors can have alerts set. Alerts can use the gvoice plugin.
o User selectable fonts.
o User plugin placements.
o User definable format strings for drawing chart labels.
o Right click on most panels to open the monitor config window.
NOTE: To adjust panel heights, right click on them.
o There is no longer compatibility with pre 0.10.0 theme formats (the
change was announced a year ago).
- this unbreaks and fakes the port
- new maintainer
Work by Jeff Bachtel <jeff@cepheid.org>, some fixes by me
## Not one person on ports@ showed interest in testing this out,
## so if you have a printer then please give feedback
* Place the sample config file in ${SYSCONFDIR} and make that the default
path (instead of lib/)
* Correct path to template file - share/examples
* Use INSTALL/DEINSTALL scripts to place the config file and print the
appropriate warnings instead of messing with @exec/@unexec in PLIST
* Don't mess with permissions in the install target, use BSD_INSTALL* macros
* Rename patch, make -> ${MAKE_PROGRAM}
* Run DESCR through fmt(1)
work by me and naddy@
--
What is service-config? The programs in service-config create and
configure svscan-format service directories.
* server-config creates an svscan-format directory for an arbitrary
service.
* rules-config configures access rules for use by a service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
rules.
WWW: http://www.superscript.com/service-config/intro.html
2. General cleanup in wmmon/wmmon.c
3. If you have root privs and exit, you'll get "Broken pipe". This occurs
upon execution of XCloseDisplay() (which followed by exit(0)). Handle it
with signal(SIGPIPE, exit).
Submitted by maintainer.