aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-01 21:04:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-01 21:04:25 +0000
commit61853db8d68cc49d3f32856ecc48026a66741261 (patch)
treed37eeb5dcfee047abcab91ff87264e71d5c83049
parentb02393e10a41fd9ef7a348d1d815628f111540f9 (diff)
downloadpfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.tar.gz
pfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.tar.bz2
pfsense-packages-61853db8d68cc49d3f32856ecc48026a66741261.zip
Resync after installation.
-rw-r--r--packages/squid.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 48ee1b11..d97ddbf3 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -31,12 +31,6 @@
<prefix>/usr/local/etc/rc.d/</prefix>
<chmod>0755</chmod>
</additional_files_needed>
- <custom_php_install_command>
- squid_install_command();
- </custom_php_install_command>
- <custom_php_deinstall_command>
- squid_deinstall_command();
- </custom_php_deinstall_command>
<menu>
<name>Proxy server</name>
<tooltiptext>Modify the proxy server's settings</tooltiptext>
@@ -163,4 +157,11 @@
<custom_php_resync_config_command>
squid_resync();
</custom_php_resync_config_command>
+ <custom_php_install_command>
+ squid_install_command();
+ squid_resync();
+ </custom_php_install_command>
+ <custom_php_deinstall_command>
+ squid_deinstall_command();
+ </custom_php_deinstall_command>
</packagegui>