diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:51:21 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:51:21 -0400 |
commit | 1a2a33b2868e422f08aed3b186c9acc815e4ec88 (patch) | |
tree | f517464a0241ef46736ec51693f339484a8c2b47 | |
parent | 5b7a4d91df381025d79f51db2edd5fd8d89ff17a (diff) | |
download | pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.tar.gz pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.tar.bz2 pfsense-packages-1a2a33b2868e422f08aed3b186c9acc815e4ec88.zip |
countryblock - fixed typo. Filemgr mirrored version on pkg_config
-rw-r--r-- | config/countryblock/countryblock.tmp | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml.amd64 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/countryblock/countryblock.tmp b/config/countryblock/countryblock.tmp index a8196cdc..dc0fbbbc 100644 --- a/config/countryblock/countryblock.tmp +++ b/config/countryblock/countryblock.tmp @@ -2603,7 +2603,7 @@ ob_end_clean(); $results = exec("pfctl -T show -t countryblock |grep -v -c Z"); ob_end_clean(); echo $results; - echo " IPs"; + echo " Networks"; ?> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 174eb0a5..31480392 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -9,7 +9,7 @@ <category>Diagnostics</category> <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink> <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file> - <version>0.1.0</version> + <version>0.1.1</version> <status>Beta</status> <required_version>1.2.2</required_version> <maintainer>tom@tomschaefer.org</maintainer> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 48178e56..7b7ffd83 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -12,7 +12,7 @@ <category>Diagnostics</category> <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink> <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file> - <version>0.1.0</version> + <version>0.1.1</version> <status>Beta</status> <required_version>1.2.2</required_version> <maintainer>tom@tomschaefer.org</maintainer> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 574169f6..57a1e709 100755 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -29,7 +29,7 @@ <category>Diagnostics</category> <pkginfolink>http://forum.pfsense.org/index.php/topic,26974.0.html</pkginfolink> <config_file>http://pfsense.org/packages/config/filemgr/filemgr.xml</config_file> - <version>0.1.0</version> + <version>0.1.1</version> <status>Beta</status> <required_version>1.2.2</required_version> <maintainer>tom@tomschaefer.org</maintainer> |