1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/security/swatch/pkg-descr
1997-05-03 00:22:09 +00:00

44 lines
1.0 KiB
Plaintext

SWATCH - The Simple WATCHer and filter
HOW TO INSTALL
To install Swatch simply type "sh install.sh" and you will be prompted
for
the information that it need to make the installation
NEW FEATURES
* Now using the getopts.pl library as the command line parser instead
of the non-standard library that I was using.
* No longer writing the watcher script into a temporary file. Instead
I store the script internally and run it inside a child process.
This also fixed the bug where 2.1 did not remove the watcher script
upon exit.
* Reduced the history reporting to one line.
* Cleaned up code to follow PERL style rules more closely.
COMING ATTRACTIONS
* Better history handling
* Expanded history options
* Ability to use an easier to read configuration file
* Color
* One or two more actions
The latest version of swatch can be found at
ftp://ftp.stanford.edu/general/security-tools/swatch
You can send you questions, comments, or suggestions to
Todd.Atkins@CAST.Stanford.EDU
Enjoy