summaryrefslogtreecommitdiff
path: root/security/swatch
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-05-03 06:37:38 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-05-03 06:37:38 +0000
commitbc4d2061982e53c0b80d7540ef9d67a1073bbe10 (patch)
tree2f5e00c109284c53763d69fabb2c9b91b7201740 /security/swatch
parentDisable agent_log and referer_log, use combined NCSA log format instead (diff)
Make the DESCR file a little less of a copy of the README
right-to-be-lazy-revoked-by: asami@freebsd.org
Notes
Notes: svn path=/head/; revision=6385
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 26d994af0016..a0c27599b3ae 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 4f23a8825e1d..14780a2a673e 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
-