diff options
author | jim-p <jim@pingle.org> | 2009-09-26 00:08:52 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-09-26 00:14:42 -0400 |
commit | c08db1d0285bb5dfcd5a2665af8d228f4d9d0d05 (patch) | |
tree | 8efad7648f10c159c023a70496bc3ed129c83655 /config/avahi/avahi.xml | |
parent | e4e73d20753aea539c9ac3ebf7429c6ea64a5963 (diff) | |
download | pfsense-packages-c08db1d0285bb5dfcd5a2665af8d228f4d9d0d05.tar.gz pfsense-packages-c08db1d0285bb5dfcd5a2665af8d228f4d9d0d05.tar.bz2 pfsense-packages-c08db1d0285bb5dfcd5a2665af8d228f4d9d0d05.zip |
Slight changes to Avahi package, hopefully fixes install errors on nano
Diffstat (limited to 'config/avahi/avahi.xml')
-rw-r--r-- | config/avahi/avahi.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/avahi/avahi.xml b/config/avahi/avahi.xml index 3670e7d6..21d60576 100644 --- a/config/avahi/avahi.xml +++ b/config/avahi/avahi.xml @@ -86,9 +86,6 @@ <multiple>true</multiple> </field> </fields> - <custom_add_php_command> - setup_avahi(); - </custom_add_php_command> <custom_php_install_command> exec("mkdir -p /usr/local/etc/avahi/services/"); exec("mv /usr/local/etc/avahi/*.service /usr/local/etc/avahi/services/"); |