- Fixes a bug that frees the sensors where it is supposed to allocate
them.
- Gets the LM sensors to work again on latest version of GKrellM.
Submitted by: Cyrus Rahman <crahman__at__gmail.com>
temperatures, voltages, chassis intrusion, and more) on commerical-grade server
hardware. bsdhwmon(8) is developed with a very different mentality compared to
other softwares:
- Written with stability and production datacenter environments in mind
- Intended for use with server products (Intel, Supermicro, Tyan, and possibly
others)
- Solely uses smb(4), significantly decreasing risks and CPU usage
- Based heavily on documentation provided from the server and H/W monitoring IC
manufacturers
- Full tested on both i386 and amd64 systems, using RELENG_6 and RELENG_7
- Written entirely in C
- Completely standalone; relies on no third-party libraries or tools (autoconf,
etc.)
- Very simple and clean code (heavily commented, well-documented, emits no
warnings)
- Open-source, released under the FreeBSD 2-clause BSD license
can be used for example to send a pipe like for example apache log into a
remote system.
WWW: http://oav.net/projects/syslogger/
PR: ports/127782
Submitted by: Xavier Beaudouin <kiwi at oav.net>
MonkeyTail allows a user to tail multiple files on both local and remote hosts
and clearly marks inactivity by putting 5 newlines in the output whenever a
pause in output over 3 seconds is detected.
MonkeyTail is implemented a fairly simple wrapper script around standard tail,
ssh, and sudo.
WWW: http://dollyfish.net.nz/projects/monkeytail
PR: ports/127351
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
by replacing /bin/rm with a wrapper, which checks the given arguments
against a configurable blacklist of files and directories that should
never be removed.
WWW: http://code.google.com/p/safe-rm/
PR: ports/127332
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
on some ASUS laptops such as G-series models.
Originally it was written by Christian Lamparter <chunkeey@web.de>
for Linux and the early version is still available from here:
https://launchpad.net/asusoled
Now it is almost rewrite of the code with a lot of new features and
improvements by Jung-uk Kim <jkim@FreeBSD.org>.
is occurred while trying to invoke the non-existent program 'tempfile'.
This program is not in our base nor in the dependencies installed by
this port. Fix that by using mktemp instead.
- Bump PORTREVISION
PR: ports/126165
Submitted by: Anthony Maszeroski <maszeroskia3 at scranton.edu>
Approved by: portmgr (erwin), maintainer