diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-07-20 21:50:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-07-20 21:50:36 +0000 |
commit | 3a4a503fc46b9d34b4a4becd5e352d173eb9a598 (patch) | |
tree | f33defaf48ebe856f94311744584f4fe0b1af7fb /packages/dashboard | |
parent | 93332b97a0243baf044791d637f0f99f9399ffec (diff) | |
download | pfsense-packages-3a4a503fc46b9d34b4a4becd5e352d173eb9a598.tar.gz pfsense-packages-3a4a503fc46b9d34b4a4becd5e352d173eb9a598.tar.bz2 pfsense-packages-3a4a503fc46b9d34b4a4becd5e352d173eb9a598.zip |
Include complete path to dashboard.inc so that the pkg manager does not reinstall package on bootup.
Diffstat (limited to 'packages/dashboard')
-rw-r--r-- | packages/dashboard/dashboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml index 08a33bac..63771217 100644 --- a/packages/dashboard/dashboard.xml +++ b/packages/dashboard/dashboard.xml @@ -19,7 +19,7 @@ <custom_php_deinstall_command> dashboard_deinstall(); </custom_php_deinstall_command> - <include_file>dashboard.inc</include_file> + <include_file>/usr/local/pkg/dashboard.inc</include_file> </packagegui> |