diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-11-26 15:12:57 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-11-26 15:12:57 -0200 |
commit | 61560da14127557036e52d0e5c280a372627c130 (patch) | |
tree | 48e407f0bfc49835390d5eca168c617e7528d203 | |
parent | 35abadada204d0a9cf32ba5dd3dc32e7b7b5b54f (diff) | |
download | pfsense-packages-61560da14127557036e52d0e5c280a372627c130.tar.gz pfsense-packages-61560da14127557036e52d0e5c280a372627c130.tar.bz2 pfsense-packages-61560da14127557036e52d0e5c280a372627c130.zip |
squid3 - fix a typo on squid_reverse inc file
-rw-r--r-- | config/squid-reverse/squid_reverse.inc | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/squid-reverse/squid_reverse.inc b/config/squid-reverse/squid_reverse.inc index 21b6c668..81d1c8f9 100644 --- a/config/squid-reverse/squid_reverse.inc +++ b/config/squid-reverse/squid_reverse.inc @@ -133,7 +133,7 @@ function squid_resync_reverse() { array_push($owa_dirs,'owa','exchange','public','exchweb','ecp','OAB'); if($settings['reverse_owa_activesync']) array_push($owa_dirs,'Microsoft-Server-ActiveSync'); - if($settngs['reverse_owa_rpchttp']) + if($settings['reverse_owa_rpchttp']) array_push($owa_dirs,'rpc/rpcproxy.dll','rpcwithcert/rpcproxy.dll'); if($settings['reverse_owa_autodiscover']) array_push($owa_dirs,'autodiscover'); diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 5e511811..f4294060 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1233,7 +1233,7 @@ <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink> <website>http://www.squid-cache.org/</website> <category>Network</category> - <version>3.1.20 pkg 2.0.5_5</version> + <version>3.1.20 pkg 2.0.5_6</version> <status>beta</status> <required_version>2.0</required_version> <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 8caf5758..c99be5f9 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1220,7 +1220,7 @@ <pkginfolink>http://forum.pfsense.org/index.php/topic,48347.0.html</pkginfolink> <website>http://www.squid-cache.org/</website> <category>Network</category> - <version>3.1.20 pkg 2.0.5_5</version> + <version>3.1.20 pkg 2.0.5_6</version> <status>beta</status> <required_version>2.0</required_version> <maintainer>marcellocoutinho@gmail.com fernando@netfilter.com.br seth.mos@dds.nl mfuchs77@googlemail.com jimp@pfsense.org</maintainer> |