diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-06 10:26:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-06 10:26:28 +0000 |
commit | 3b64458b9387db2cf6a270dcdd4ed6e5e245375a (patch) | |
tree | 6b0950416d24d82cd3dea1220a4a830a04e10200 /sysutils/contool/files/patch-04 | |
parent | Moving contool from ports/x11/ to ports/sysutils/ (diff) |
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
Notes
Notes:
svn path=/head/; revision=5232
Diffstat (limited to 'sysutils/contool/files/patch-04')
-rw-r--r-- | sysutils/contool/files/patch-04 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/contool/files/patch-04 b/sysutils/contool/files/patch-04 new file mode 100644 index 000000000000..ad578fc716d5 --- /dev/null +++ b/sysutils/contool/files/patch-04 @@ -0,0 +1,10 @@ +--- expand.c.orig Thu Feb 24 09:55:35 1994 ++++ expand.c Sun Jan 5 12:25:09 1997 +@@ -17,6 +17,7 @@ + /* without prior permission from Harris Corporation. */ + /************************************************************************/ + ++#include <sys/types.h> + #include <dirent.h> + #include <pwd.h> + #include <stdlib.h> |