diff options
author | Michael Capp <myntric@pfsense.org> | 2005-11-11 14:16:24 +0000 |
---|---|---|
committer | Michael Capp <myntric@pfsense.org> | 2005-11-11 14:16:24 +0000 |
commit | 458d6e64d18df834a841578a957c17a3aec6cd57 (patch) | |
tree | a9758b67330ceeeca8b48556ed65896e97712442 | |
parent | 7dc79eb6c26acb9e6c1dfc13503d3f67559d8ecc (diff) | |
download | pfsense-packages-458d6e64d18df834a841578a957c17a3aec6cd57.tar.gz pfsense-packages-458d6e64d18df834a841578a957c17a3aec6cd57.tar.bz2 pfsense-packages-458d6e64d18df834a841578a957c17a3aec6cd57.zip |
Fixed typo in installation procedure.
-rw-r--r-- | packages/squid.xml | 2 | ||||
-rw-r--r-- | packages/squid_ng.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index ddb19bf8..385e9a03 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -334,7 +334,7 @@ <custom_php_install_command> write_static_squid_config(); <!-- write initial static config for transparent proxy --> - touch("/tmp/custom_php_install_command"> + touch("/tmp/custom_php_install_command"); update_output_window("Creating Proxy Server initialization scripts..."); $fout = fopen("/usr/local/etc/rc.d/squid.sh","w"); diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml index ddb19bf8..385e9a03 100644 --- a/packages/squid_ng.xml +++ b/packages/squid_ng.xml @@ -334,7 +334,7 @@ <custom_php_install_command> write_static_squid_config(); <!-- write initial static config for transparent proxy --> - touch("/tmp/custom_php_install_command"> + touch("/tmp/custom_php_install_command"); update_output_window("Creating Proxy Server initialization scripts..."); $fout = fopen("/usr/local/etc/rc.d/squid.sh","w"); |