diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-06 10:26:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-06 10:26:28 +0000 |
commit | 6678f836cd1703d271dd39e8a56926a149ebd483 (patch) | |
tree | 770ac2c3c7b05b1b393f18fb500e7fbd8436d7a2 /sysutils/contool/pkg-descr | |
parent | bb8a3fa6700fe71a580ad09c8bf9729b5614c3f3 (diff) | |
download | FreeBSD-ports-6678f836cd1703d271dd39e8a56926a149ebd483.zip FreeBSD-ports-6678f836cd1703d271dd39e8a56926a149ebd483.tar.gz |
Contool will capture and display system console messages with timestamps.
It is a replacement for the standard X console. Contool will flash its
icon and beep when messages are written to the icon, so you can keep it
closed on your desktop until a message arrives. You can modify this
beeping and flashing behavior; see the man page for more details.
You can instruct contool to filter and ignore certain common console
messages or act upon them.
Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me)
Closes PR: ports/2152
Diffstat (limited to 'sysutils/contool/pkg-descr')
-rw-r--r-- | sysutils/contool/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/contool/pkg-descr b/sysutils/contool/pkg-descr new file mode 100644 index 0000000..e62c614 --- /dev/null +++ b/sysutils/contool/pkg-descr @@ -0,0 +1,13 @@ +Contool will capture and display system console messages with timestamps. + +It is a replacement for the standard X console. Contool will flash its +icon and beep when messages are written to the icon, so you can keep it +closed on your desktop until a message arrives. You can modify this +beeping and flashing behavior; see the man page for more details. + +You can instruct contool to filter and ignore certain common console +messages, or act upon them. The man page explains how to create a file of +filters in ~/.contool; the included sample.filter is how my filters are set +up. You can modify this to suit yourself, and copy it to ~/.contool. + +(port maintained by nsayer@quack.kfu.com) |