diff options
-rw-r--r-- | config/pfblockerng/pfblockerng.sh | 9 | ||||
-rw-r--r-- | pkg_config.10.xml | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/config/pfblockerng/pfblockerng.sh b/config/pfblockerng/pfblockerng.sh index 45c1a5f1..ace6dbfe 100644 --- a/config/pfblockerng/pfblockerng.sh +++ b/config/pfblockerng/pfblockerng.sh @@ -25,13 +25,8 @@ now=$(/bin/date +%m/%d/%y' '%T) # Application Locations pathgrepcidr="${prefix}/bin/grepcidr" - - -# MUST EDIT !!!!! -pathaggregate=/usr/local/bin/aggregate -pathmwhois=/usr/local/bin/mwhois - - +pathaggregate="${prefix}/bin/aggregate" +pathmwhois="${prefix}/bin/mwhois" pathgeoip="${prefix}/bin/geoiplookup" pathgunzip=/usr/bin/gunzip pathhost=/usr/bin/host diff --git a/pkg_config.10.xml b/pkg_config.10.xml index ca4f1d71..6cd1df65 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -123,9 +123,9 @@ <required_version>2.2</required_version> <maintainer>BBCan177@gmail.com</maintainer> <configurationfile>pfblockerng.xml</configurationfile> - <run_depends>bin/geoiplookup:net/GeoIP bin/grepcidr:net-mgmt/grepcidr</run_depends> + <run_depends>bin/geoiplookup:net/GeoIP bin/grepcidr:net-mgmt/grepcidr bin/aggregate:net-mgmt/aggregate bin/whois:net/whois</run_depends> <port_category>net</port_category> - <depends_on_package_pbi>pfblockerng-1.6.3_1-##ARCH##.pbi</depends_on_package_pbi> + <depends_on_package_pbi>pfblockerng-1.6.6-##ARCH##.pbi</depends_on_package_pbi> <build_pbi> <port>net/GeoIP</port> <ports_after>net-mgmt/grepcidr</ports_after> |