diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-08 03:25:23 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-08 03:25:23 +0000 |
commit | 13d3df0e606ec0637d3d4abccbd40378bc850efb (patch) | |
tree | d2d34f1d4f762d551f28f3b7210e08266cc80341 /sysutils/lmmon | |
parent | 5de41155eedc79ef6748fa2bcae99b9e3206ffd9 (diff) | |
download | FreeBSD-ports-13d3df0e606ec0637d3d4abccbd40378bc850efb.zip FreeBSD-ports-13d3df0e606ec0637d3d4abccbd40378bc850efb.tar.gz |
* Update WWW and MASTER_SITES to reflect the rearrangement of my
home page.
* Update DESCR to reflect current FreeBSD revisions
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lmmon/pkg-descr | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 72014ec..37d731d 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -8,7 +8,7 @@ PORTNAME= lmmon PORTVERSION= 0.65 CATEGORIES= sysutils -MASTER_SITES= http://www.fxp.org/~jedgar/ +MASTER_SITES= http://www.fxp.org/~jedgar/lmmon/ MAINTAINER= jedgar@FreeBSD.org diff --git a/sysutils/lmmon/pkg-descr b/sysutils/lmmon/pkg-descr index 0e8572f..e97590b 100644 --- a/sysutils/lmmon/pkg-descr +++ b/sysutils/lmmon/pkg-descr @@ -7,14 +7,14 @@ voltages. By default it cycles once per second using a curses- based display. Currently, the /dev/smb0 interface is only supported in FreeBSD -4.0 and 3.3-STABLE (after 01 November 1999); however, the +3.3-STABLE (after 01 November 1999), 4.x, and 5.x; however, the /dev/io interface may work with many motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. -In addition, lmmon support simple text output that can be easily +In addition, lmmon supports simple text output that can be easily used by external programs (e.g. UCD SNMP Daemon) for monitoring. -WWW: http://www.fxp.org/~jedgar/ +WWW: http://www.fxp.org/~jedgar/lmmon/ - Chris D. Faulhaber <jedgar@FreeBSD.org> |