aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dashboard
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-20 21:50:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-20 21:50:36 +0000
commit3a4a503fc46b9d34b4a4becd5e352d173eb9a598 (patch)
treef33defaf48ebe856f94311744584f4fe0b1af7fb /packages/dashboard
parent93332b97a0243baf044791d637f0f99f9399ffec (diff)
downloadpfsense-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.xml2
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>