aboutsummaryrefslogtreecommitdiffstats
path: root/config/avahi
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-20 16:39:58 -0400
committerjim-p <jimp@pfsense.org>2012-06-20 16:39:58 -0400
commit44c0fce59d9664f7ee897c48549ef83fa2990e11 (patch)
treea9075a7961e1ee8a5565d5d012affc8f685b0725 /config/avahi
parent50c3740529e861e3c8e4e3a6e08321aaf5687ca2 (diff)
downloadpfsense-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')
-rw-r--r--config/avahi/avahi.inc2
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}")) {