diff options
author | Colin Smith <colin@pfsense.org> | 2005-04-10 19:43:12 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-04-10 19:43:12 +0000 |
commit | f23cc711548396caaf044276e99ee8cd97103399 (patch) | |
tree | 966acefab1f5f58b24858d1791bf43562b88397b | |
parent | 2a17682a878b7d25d0f6ef088f8899fb177d4980 (diff) | |
download | pfsense-packages-f23cc711548396caaf044276e99ee8cd97103399.tar.gz pfsense-packages-f23cc711548396caaf044276e99ee8cd97103399.tar.bz2 pfsense-packages-f23cc711548396caaf044276e99ee8cd97103399.zip |
Use the standard configpath tag.
-rw-r--r-- | packages/squidGuard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squidGuard.xml b/packages/squidGuard.xml index 357b60f5..0bfe8ed3 100644 --- a/packages/squidGuard.xml +++ b/packages/squidGuard.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> <name>squidGuard</name> - <configpath>['installedpackages']['squidGuard']['config']</configpath> + <configpath>installedpackages->package->$packagename->configuration->settings</configpath> <custom_php_install_command> echo "<pre>"; $fout = fopen("/usr/local/etc/squid/squidGuard.conf","w"); |