diff options
author | jim-p <jimp@pfsense.org> | 2012-06-20 16:39:58 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-20 16:39:58 -0400 |
commit | 44c0fce59d9664f7ee897c48549ef83fa2990e11 (patch) | |
tree | a9075a7961e1ee8a5565d5d012affc8f685b0725 /config/avahi/avahi.inc | |
parent | 50c3740529e861e3c8e4e3a6e08321aaf5687ca2 (diff) | |
download | pfsense-packages-44c0fce59d9664f7ee897c48549ef83fa2990e11.tar.gz pfsense-packages-44c0fce59d9664f7ee897c48549ef83fa2990e11.tar.bz2 pfsense-packages-44c0fce59d9664f7ee897c48549ef83fa2990e11.zip |
Don't install binaries manually for avahi, try to rely on the package version
Diffstat (limited to 'config/avahi/avahi.inc')
-rw-r--r-- | config/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/avahi/avahi.inc b/config/avahi/avahi.inc index 217d2aa1..0a8f573e 100644 --- a/config/avahi/avahi.inc +++ b/config/avahi/avahi.inc @@ -42,7 +42,7 @@ function avahi_install() { conf_mount_rw(); if (php_uname("m") == "i386") - $archive = (substr(trim(file_get_contents("/etc/version")),0,1) == "2") ? "avahi8.tar.gz" : "avahi.tar.gz"; + $archive = (substr(trim(file_get_contents("/etc/version")),0,1) == "2") ? "" : "avahi.tar.gz"; // Extract out libraries and avahi-daemon if(!empty($archive) && file_exists("/root/{$archive}")) { |