aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-01 20:35:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2009-02-01 20:35:33 +0000
commit0d7e20a2d3cf68fbdf2028a8ddea4724317016b6 (patch)
tree9f4fd8b39ef8933a4d5e96b5633f797c635ba98f
parentddf908aab449fc100ad270e514bd91af9c1daf13 (diff)
downloadpfsense-packages-0d7e20a2d3cf68fbdf2028a8ddea4724317016b6.tar.gz
pfsense-packages-0d7e20a2d3cf68fbdf2028a8ddea4724317016b6.tar.bz2
pfsense-packages-0d7e20a2d3cf68fbdf2028a8ddea4724317016b6.zip
Make sure we included avahi.inc
-rw-r--r--packages/avahi/avahi.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/avahi/avahi.xml b/packages/avahi/avahi.xml
index b9cb8bd3..8be83658 100644
--- a/packages/avahi/avahi.xml
+++ b/packages/avahi/avahi.xml
@@ -77,13 +77,16 @@
</field>
</fields>
<custom_add_php_command>
+ require_once("avahi.inc");
setup_avahi();
</custom_add_php_command>
<custom_php_install_command>
+ require_once("avahi.inc");
setup_avahi();
</custom_php_install_command>
<custom_php_deinstall_command>
+ require_once("avahi.inc");
delete_avahi();
</custom_php_deinstall_command>
- <include_file>avahi.inc</include_file>
-</packagegui> \ No newline at end of file
+ <include_file>/usr/local/pkg/avahi.inc</include_file>
+</packagegui>