diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-14 23:01:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-14 23:01:16 +0000 |
commit | e49e5440bc1cf1475a7291ef6230c6a4716ec9da (patch) | |
tree | 0390037100a68a5c2088433937cfb45cef7705a8 /packages | |
parent | e0e5fd80d9a5848eac7611d20600d684dd162a32 (diff) | |
download | pfsense-packages-e49e5440bc1cf1475a7291ef6230c6a4716ec9da.tar.gz pfsense-packages-e49e5440bc1cf1475a7291ef6230c6a4716ec9da.tar.bz2 pfsense-packages-e49e5440bc1cf1475a7291ef6230c6a4716ec9da.zip |
Correct configuration location.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pfstat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml index e9ffc438..aa51a3ee 100644 --- a/packages/pfstat.xml +++ b/packages/pfstat.xml @@ -19,7 +19,7 @@ </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be stored in that location --> - <configpath>['installedpackages']['package']['$packagename']['configuration']</configpath> + <configpath>['installedpackages']['pfstat']['config']</configpath> <!-- modify system will modify a file and make sure the text needed to run the package is in place. The following example edits /etc/crontab and adds the code necessart to invoke the pfstat command every 5 minutes. --> |