diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-01-21 13:02:26 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-01-21 13:02:26 +0545 |
commit | b1ae7f7f5e8600f1d0df0604a425e7e4b1b2c3a7 (patch) | |
tree | 5ef50cd2ca94bfc44995c46fe6bfd83202e2c556 | |
parent | ddabc355c23468f06122ba1f1398be8e2b3cf10e (diff) | |
download | pfsense-packages-b1ae7f7f5e8600f1d0df0604a425e7e4b1b2c3a7.tar.gz pfsense-packages-b1ae7f7f5e8600f1d0df0604a425e7e4b1b2c3a7.tar.bz2 pfsense-packages-b1ae7f7f5e8600f1d0df0604a425e7e4b1b2c3a7.zip |
Fix prefix for sqpmon.sh fetch
Stared at this for a while until I noticed that all the others had a terminating slash.
-rw-r--r-- | config/squid/squid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid/squid.xml b/config/squid/squid.xml index eb796471..88ce234a 100644 --- a/config/squid/squid.xml +++ b/config/squid/squid.xml @@ -134,7 +134,7 @@ <item>http://www.pfsense.org/packages/config/squid/squid_users.xml</item> </additional_files_needed> <additional_files_needed> - <prefix>/usr/local/pkg</prefix> + <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.org/packages/config/squid/sqpmon.sh</item> </additional_files_needed> |