diff options
author | Renato Botelho <garga@pfSense.org> | 2013-10-16 11:32:07 -0700 |
---|---|---|
committer | Renato Botelho <garga@pfSense.org> | 2013-10-16 11:32:07 -0700 |
commit | 8955978f70e3e865ca5a693d1962adcf4fa3d73f (patch) | |
tree | 002ac585cf91ce36b9b0d18a6d70de91c1ccbaa9 | |
parent | 15e551d63d98134087600a40407542285813c761 (diff) | |
parent | ba375471c730cebbbdebb4c7a1f2463a63c71d91 (diff) | |
download | pfsense-packages-8955978f70e3e865ca5a693d1962adcf4fa3d73f.tar.gz pfsense-packages-8955978f70e3e865ca5a693d1962adcf4fa3d73f.tar.bz2 pfsense-packages-8955978f70e3e865ca5a693d1962adcf4fa3d73f.zip |
Merge pull request #528 from rjcrowder/master
Minor fixes
-rw-r--r-- | config/dansguardian/dansguardian_ips_header.template | 4 | ||||
-rw-r--r-- | config/squid3/31/squid_reverse.xml | 4 | ||||
-rwxr-xr-x | config/squid3/33/squid_reverse.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/dansguardian/dansguardian_ips_header.template b/config/dansguardian/dansguardian_ips_header.template index 48eb3e68..f742d9ea 100644 --- a/config/dansguardian/dansguardian_ips_header.template +++ b/config/dansguardian/dansguardian_ips_header.template @@ -63,7 +63,7 @@ <url>/pkg_edit.php?xml=dansguardian_blacklist.xml&id=0</url> </tab> <tab> - <text>Access Lists</text> + <text>ACLs</text> <url>/pkg_edit.php?xml=dansguardian_site_acl.xml&id=0</url> </tab> <tab> @@ -111,4 +111,4 @@ <rows>12</rows> <encoding>base64</encoding> </field> -
\ No newline at end of file + diff --git a/config/squid3/31/squid_reverse.xml b/config/squid3/31/squid_reverse.xml index ce09f8e7..7c25c371 100644 --- a/config/squid3/31/squid_reverse.xml +++ b/config/squid3/31/squid_reverse.xml @@ -48,7 +48,7 @@ <name>squidreverse</name> <version>none</version> <title>Proxy server: Reverse Proxy</title> - <include_file>squid.inc</include_file> + <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> <tab> <text>General</text> @@ -354,4 +354,4 @@ <custom_php_resync_config_command> squid_resync(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> diff --git a/config/squid3/33/squid_reverse.xml b/config/squid3/33/squid_reverse.xml index ce09f8e7..7c25c371 100755 --- a/config/squid3/33/squid_reverse.xml +++ b/config/squid3/33/squid_reverse.xml @@ -48,7 +48,7 @@ <name>squidreverse</name> <version>none</version> <title>Proxy server: Reverse Proxy</title> - <include_file>squid.inc</include_file> + <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> <tab> <text>General</text> @@ -354,4 +354,4 @@ <custom_php_resync_config_command> squid_resync(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |