diff options
author | pat <pat@FreeBSD.org> | 2002-03-27 07:15:39 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-27 07:15:39 +0000 |
commit | 14c8de023f3de7142cbc5578dff3b95c13784358 (patch) | |
tree | 691375cd3eb62036279dd425bddfc18408dc329d /sysutils/flasher | |
parent | a83fd5620168ee5441066b68441d238d73b0b74d (diff) | |
download | FreeBSD-ports-14c8de023f3de7142cbc5578dff3b95c13784358.zip FreeBSD-ports-14c8de023f3de7142cbc5578dff3b95c13784358.tar.gz |
Update to 1.3
PR: 36362
Submitted by: maintainer
Diffstat (limited to 'sysutils/flasher')
-rw-r--r-- | sysutils/flasher/Makefile | 2 | ||||
-rw-r--r-- | sysutils/flasher/distinfo | 2 | ||||
-rw-r--r-- | sysutils/flasher/pkg-descr | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/flasher/Makefile b/sysutils/flasher/Makefile index 870304b..540d544 100644 --- a/sysutils/flasher/Makefile +++ b/sysutils/flasher/Makefile @@ -6,7 +6,7 @@ # PORTNAME= flasher -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= http://www.unixporting.com/downloads/ diff --git a/sysutils/flasher/distinfo b/sysutils/flasher/distinfo index ea0d078..41f2bd4 100644 --- a/sysutils/flasher/distinfo +++ b/sysutils/flasher/distinfo @@ -1 +1 @@ -MD5 (flasher-1.2.tar.gz) = 05a79810098e769a7b0c61c0b246959d +MD5 (flasher-1.3.tar.gz) = 3228a67ef4d7da3c3a1ef561ce968ed8 diff --git a/sysutils/flasher/pkg-descr b/sysutils/flasher/pkg-descr index 6fc78bf..fda3923 100644 --- a/sysutils/flasher/pkg-descr +++ b/sysutils/flasher/pkg-descr @@ -4,12 +4,15 @@ once for each write. The flashing sequence is repeated, after a brief pause, until the files have been read. As the files are subsequently read, the number of LED flashes is reduced. When all monitored files have been read, the console LED will be disabled. + The most obvious use is to monitor specific system log or mail files. Multiple LEDs can be used. Each possible LED (-c, -n or -s) takes a list of colon-separated file arguments. For example, when invoked as: + # ./flasher -s /var/log/messages:/var/mail/root + the Scroll Lock LED will flash once for each write made to either of these files, until the files are read. When /var/log/messages has been read, the Scroll Lock LED will continue to flash once for |