Update to 0.9.1, bugfix release. Add UNMESSAGE.
This commit is contained in:
parent
06469cc240
commit
131db13067
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/27 15:16:01 jdixon Exp $
|
# $OpenBSD: Makefile,v 1.2 2008/07/03 12:32:29 jdixon Exp $
|
||||||
|
|
||||||
COMMENT= PF firewall log analysis
|
COMMENT= PF firewall log analysis
|
||||||
|
|
||||||
DISTNAME= hatchet-0.9
|
DISTNAME= hatchet-0.9.1
|
||||||
CATEGORIES= security www
|
CATEGORIES= security www
|
||||||
HOMEPAGE= http://www.dixongroup.net/hatchet/
|
HOMEPAGE= http://www.dixongroup.net/hatchet/
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (hatchet-0.9.tar.gz) = wY3y1vsxIljZuMDCQaKqyg==
|
MD5 (hatchet-0.9.1.tar.gz) = a6Ycd0ckNPYHW/9QiXM82w==
|
||||||
RMD160 (hatchet-0.9.tar.gz) = l/cDailYgdLzsgzUtMoCXv0P4AU=
|
RMD160 (hatchet-0.9.1.tar.gz) = UUwlNtj4eJ/XVBWrWFnOccRoGWg=
|
||||||
SHA1 (hatchet-0.9.tar.gz) = mlFPib2Fbr/5Es/lG1y1wVpMrt8=
|
SHA1 (hatchet-0.9.1.tar.gz) = FcUjW6RUfHISlSOXTpkPmNvy8Ug=
|
||||||
SHA256 (hatchet-0.9.tar.gz) = t3USZU4zK4dFZEeYKKGmE2OQ+jl4K70Zwi4gxkPiyHk=
|
SHA256 (hatchet-0.9.1.tar.gz) = /WIPIF+cJPOIA9CQhjzhS9nb0rGvpWuFG56nD+Qli3Y=
|
||||||
SIZE (hatchet-0.9.tar.gz) = 11469
|
SIZE (hatchet-0.9.1.tar.gz) = 11835
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
$OpenBSD: patch-docs_INSTALL,v 1.1.1.1 2008/06/27 15:16:01 jdixon Exp $
|
$OpenBSD: patch-docs_INSTALL,v 1.2 2008/07/03 12:32:30 jdixon Exp $
|
||||||
--- docs/INSTALL.orig Mon Jun 23 21:39:14 2008
|
--- docs/INSTALL.orig Mon Jun 23 21:39:14 2008
|
||||||
+++ docs/INSTALL Mon Jun 23 21:39:47 2008
|
+++ docs/INSTALL Mon Jun 23 21:39:47 2008
|
||||||
@@ -15,7 +15,7 @@
|
@@ -15,7 +15,7 @@
|
||||||
1) Install the Hatchet directory
|
1) Install the Hatchet directory
|
||||||
|
|
||||||
$ tar zxvf hatchet-0.9.tar.gz
|
$ tar zxvf hatchet-0.9.1.tar.gz
|
||||||
- $ sudo mv hatchet-0.9 /var/www/hatchet
|
- $ sudo mv hatchet-0.9.1 /var/www/hatchet
|
||||||
+ $ sudo mv hatchet-0.9 ${PREFIX}/hatchet
|
+ $ sudo mv hatchet-0.9.1 ${PREFIX}/hatchet
|
||||||
|
|
||||||
2) Install the following Perl modules
|
2) Install the following Perl modules
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/06/27 15:16:01 jdixon Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2008/07/03 12:32:30 jdixon Exp $
|
||||||
@owner root
|
@owner root
|
||||||
@group daemon
|
@group daemon
|
||||||
hatchet/
|
hatchet/
|
||||||
@ -27,6 +27,7 @@ hatchet/docs/
|
|||||||
hatchet/docs/CHANGELOG
|
hatchet/docs/CHANGELOG
|
||||||
hatchet/docs/INSTALL
|
hatchet/docs/INSTALL
|
||||||
hatchet/docs/LICENSE
|
hatchet/docs/LICENSE
|
||||||
|
hatchet/docs/LOGGING
|
||||||
hatchet/docs/README
|
hatchet/docs/README
|
||||||
hatchet/docs/README.OpenBSD
|
hatchet/docs/README.OpenBSD
|
||||||
@group daemon
|
@group daemon
|
||||||
|
11
security/hatchet/pkg/UNMESSAGE
Normal file
11
security/hatchet/pkg/UNMESSAGE
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
To completely deinstall Hatchet, the following steps must be completed.
|
||||||
|
|
||||||
|
1) Remove the relevant entry in httpd.conf and restart httpd.
|
||||||
|
|
||||||
|
2) Remove the relevant lines from crontab.
|
||||||
|
|
||||||
|
14,29,44,59 * * * * sudo ${PREFIX}/hatchet/sbin/hatchet
|
||||||
|
19,34,49,04 * * * * sudo ${PREFIX}/hatchet/sbin/hatchart
|
||||||
|
|
||||||
|
3) Delete the Hatchet directory (${PREFIX}/hatchet/).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user