diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-04-01 04:44:00 +0000 |
commit | 28d7af23c3c29b0f6071d83da4a3d7cb8e408b51 (patch) | |
tree | dcff73f445c4afea3223fd189ee78889fba6cec5 /security/tripwire/files/twcheck | |
parent | Upgrade, 2.13 -> 2.3.0. (diff) |
Initial import of Joe Greco's tripwire port.
Submitted by: jgreco@ns.sol.net
Notes
Notes:
svn path=/head/; revision=6084
Diffstat (limited to 'security/tripwire/files/twcheck')
-rw-r--r-- | security/tripwire/files/twcheck | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/tripwire/files/twcheck b/security/tripwire/files/twcheck new file mode 100644 index 000000000000..a4dffd2b61c9 --- /dev/null +++ b/security/tripwire/files/twcheck @@ -0,0 +1,3 @@ +#! /bin/sh - + +./gunzip < tw.db_`hostname`.gz | ./tripwire -dfd 0 -c tw.config |