aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid.xml')
-rw-r--r--packages/squid.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 7af37088..e5a3d2b6 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -42,17 +42,17 @@
fwrite($fout, "/usr/local/sbin/squid\n\n");
fclose($fout);
system("chmod a+x /usr/local/etc/rc.d/squid.sh");
- system("/usr/local/sbin/squid -z");
+ system("/usr/local/sbin/squid -z");
system("/usr/local/sbin/squid");
filter_configure();
</custom_php_install_command>
<custom_php_pre_deinstall_command>
exec("mv /var/db/pkg/squid* /tmp/");
- filter_configure();
exec("mv /tmp/squid* /var/db/pkg/");
</custom_php_pre_deinstall_command>
- <custom_php_deinstall_command>
- exec("/bin/rm -rf /usr/local/squid");
+ <custom_php_deinstall_command>
+ exec("/bin/rm -rf /usr/local/squid");
+ filter_configure();
</custom_php_deinstall_command>
<start_command>/usr/local/sbin/squid</start_command>
<process_kill_command>squid</process_kill_command>