diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-19 18:19:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-19 18:19:18 +0000 |
commit | 9f2814c40b24b7531e8e5ceb1948bc376459d3c6 (patch) | |
tree | 02dceace4d148d32fca8f112df5cc8cc26ef2d81 /packages/squid_upstream.xml | |
parent | 85c9004c45e1068903a87ff911da3cccb901641d (diff) | |
download | pfsense-packages-9f2814c40b24b7531e8e5ceb1948bc376459d3c6.tar.gz pfsense-packages-9f2814c40b24b7531e8e5ceb1948bc376459d3c6.tar.bz2 pfsense-packages-9f2814c40b24b7531e8e5ceb1948bc376459d3c6.zip |
Update squid_ng package with latest from Michael Capp <michael.capp@gmail.com>
Diffstat (limited to 'packages/squid_upstream.xml')
-rw-r--r-- | packages/squid_upstream.xml | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/packages/squid_upstream.xml b/packages/squid_upstream.xml index ab3eb008..b5270af4 100644 --- a/packages/squid_upstream.xml +++ b/packages/squid_upstream.xml @@ -1,17 +1,12 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> - <info> - <name>squidupstream</name> - </info> + <name>squidupstream</name> + <title>Services: Squid Advanced Proxy</title> + <configpath>installedpackages->package->squidupstream->configuration->settings</configpath> - <files></files> - <menus></menus> - - <configpath>['installedpackages']['package']['squidupstream']['configuration']['settings']</configpath> <aftersaveredirect>/pkg_edit.php?xml=squid_upstream.xml&id=0</aftersaveredirect> - <tabs> <tab> <text>General Settings</text> @@ -41,14 +36,13 @@ <!-- <tab> <text>Authentication Settings</text> - <url>/pkg_edit.php?xml=squid_auth.xml&id=0</url> + <url>/pkg_edit.php?xml=squidauth.xml&id=0</url> </tab> <tab> <text>Users</text> - <url>/pkg_edit.php?xml=squid_users.xml&id=0</url> - </tab> - --> + <url>/pkg_edit.php?xml=squidusers.xml&id=0</url> + </tab> --> </tabs> <fields> @@ -105,7 +99,11 @@ </field> </fields> - <custom_php_global_functions> - </custom_php_global_functions> - + <custom_add_php_command_late> + require_once("/usr/local/pkg/squid_ng.inc"); + + global_write_squid_config(); + mwexec("/usr/local/sbin/squid -k reconfigure"); + </custom_add_php_command_late> + </packagegui>
\ No newline at end of file |