1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Patch file updated to process rule numbers above 999.

- remove redundant entries in pkg-plist

PR:		85189
Submitted by:	Michael Butler
Reviewed by:	Michael Ranner <mranner@inode.at> (maintainer)
This commit is contained in:
Yen-Ming Lee 2005-09-06 17:20:34 +00:00
parent 8ce1c77d52
commit 03c973f2b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142114
3 changed files with 2 additions and 10 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= fwlogwatch
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.kybs.de/boris/sw/

View File

@ -5,7 +5,7 @@
{MONTH}[ ]{1,2}{DIGIT}{1,2}[ ]{DIGIT}{2}:{DIGIT}{2}:{DIGIT}{2}[ ]{LOGHOST} ipfw_parse_start(ipfwtext);
-" kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; };
+" /"?"kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+15, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; };
+" /"?"kernel: ipfw: "{NUMBER} { xstrncpy(opt.line->chainlabel, ipfwtext+14, SHORTLEN); opt.parser=opt.parser|IPFW_CHAIN; };
"Deny" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH; };
{PROTO} ipfw_parse_proto(ipfwtext, IPFW_OPT_NONE);
"ICMP:"{NUMBER}"."{NUMBER} ipfw_parse_proto(ipfwtext+5, IPFW_OPT_ICMP);

View File

@ -10,11 +10,3 @@ share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
share/locale/sv/LC_MESSAGES/fwlogwatch.mo
share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo
share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo
@dirrm share/locale/zh_TW/LC_MESSAGES
@dirrm share/locale/zh_TW
@dirrm share/locale/zh_CN/LC_MESSAGES
@dirrm share/locale/zh_CN
@dirrm share/locale/sv/LC_MESSAGES
@dirrm share/locale/pt_BR/LC_MESSAGES
@dirrm share/locale/ja/LC_MESSAGES
@dirrm share/locale/de/LC_MESSAGES