summaryrefslogtreecommitdiffstats
path: root/security/swatch
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-05-03 06:37:38 +0000
committerjfitz <jfitz@FreeBSD.org>1997-05-03 06:37:38 +0000
commitf424866dd733fcb00c47d31c10add26b9a74adef (patch)
tree692a2be36c1602314bcd9247ece89b8d34cb83a6 /security/swatch
parent3747bd271f8c5d6fa5377cb91cbc714076a6dc05 (diff)
downloadFreeBSD-ports-f424866dd733fcb00c47d31c10add26b9a74adef.zip
FreeBSD-ports-f424866dd733fcb00c47d31c10add26b9a74adef.tar.gz
Make the DESCR file a little less of a copy of the README
right-to-be-lazy-revoked-by: asami@freebsd.org
Diffstat (limited to 'security/swatch')
-rw-r--r--security/swatch/pkg-descr52
-rw-r--r--security/swatch/pkg-plist1
2 files changed, 16 insertions, 37 deletions
diff --git a/security/swatch/pkg-descr b/security/swatch/pkg-descr
index 26d994a..a0c2759 100644
--- a/security/swatch/pkg-descr
+++ b/security/swatch/pkg-descr
@@ -1,43 +1,23 @@
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
+ Swatch is designed to monitor system activity. Swatch
+ requires a configuration file which contains pattern(s) to
+ look for and action(s) to do when each pattern is found.
-NEW FEATURES
+ The file contains four TAB separated fields:
- * Now using the getopts.pl library as the command line parser instead
- of the non-standard library that I was using.
+/pattern/[,/pattern/,...] action[,action,...] [[HH:]MM:]SS start:length
- * 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.
+ A pattern must be a regular expression which perl(1) will
+ accept, which is very similar to the regular expressions
+ which egrep(1) accepts.
- * Reduced the history reporting to one line.
+ The following actions are acceptable:
- * 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
+ echo[=mode]
+ bell[=N]
+ exec=command
+ ignore
+ mail[=address:address:...]
+ pipe=command
+ write[=user:user:...]
diff --git a/security/swatch/pkg-plist b/security/swatch/pkg-plist
index 4f23a88..14780a2 100644
--- a/security/swatch/pkg-plist
+++ b/security/swatch/pkg-plist
@@ -3,4 +3,3 @@ lib/sw_actions.pl
lib/sw_history.pl
man/man5/swatch.conf.5.gz
man/man8/swatch.8.gz
-
OpenPOWER on IntegriCloud