diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 21:21:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 21:21:33 +0000 |
commit | c445e9846fcef542483c1f3f43671c6f4fe9f5de (patch) | |
tree | 7ad523fb56b7c28166c7636703cbea09c9f287c2 /packages/pfstat.xml | |
parent | 86fefacb38aba52665ed0be396c1058e221c9c22 (diff) | |
download | pfsense-packages-c445e9846fcef542483c1f3f43671c6f4fe9f5de.tar.gz pfsense-packages-c445e9846fcef542483c1f3f43671c6f4fe9f5de.tar.bz2 pfsense-packages-c445e9846fcef542483c1f3f43671c6f4fe9f5de.zip |
Use newer additional files needed facilities
Diffstat (limited to 'packages/pfstat.xml')
-rw-r--r-- | packages/pfstat.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml index c4d6def5..00231b30 100644 --- a/packages/pfstat.xml +++ b/packages/pfstat.xml @@ -16,9 +16,11 @@ <url>/pfstat.php</url> <section>Status</section> </menu> - <additional_files_needed> - <item>http://www.pfsense.com/packages/config/pfstat.tgz</item> - </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/pfstat.php</item> + </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['pfstat']['config']</configpath> |