Signed-off-by: Wolfram Sang <[email protected]>
---
rules/avahi.make | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/avahi.make b/rules/avahi.make
index 51d9513..5d9a88b 100644
--- a/rules/avahi.make
+++ b/rules/avahi.make
@@ -79,7 +79,7 @@ AVAHI_AUTOCONF := \
ifdef PTXCONF_AVAHI_DAEMON
AVAHI_AUTOCONF += \
--with-avahi-user=$(PTXCONF_AVAHI_USER) \
- --with-avahi-group=$(PTXCONF_AVAHI_USER)
+ --with-avahi-group=$(PTXCONF_AVAHI_GROUP)
endif
ifdef PTXCONF_AVAHI_AUTOIP
@@ -182,14 +182,14 @@ ifdef PTXCONF_AVAHI_DAEMON
@$(call install_link, avahi, ../init.d/avahi-daemon,
/etc/rc.d/S35avahi-daemon)
endif
-ifdef AVAHI_SERVICES
+ifdef PTXCONF_AVAHI_SERVICES
# avahi service descriptions
# depends on avahi-daemon
@$(call install_copy, avahi, 0, 0, 0644, -,
/etc/avahi/services/sftp-ssh.service)
@$(call install_copy, avahi, 0, 0, 0644, -,
/etc/avahi/services/ssh.service)
endif
-ifdef AVAHI_DNSCONFD
+ifdef PTXCONF_AVAHI_DNSCONFD
# avahi dnsconfd (Unicast DNS server from mDNS/DNS-SD configuration
daemon)
# depends on avahi-daemon
@$(call install_copy, avahi, 0, 0, 0755, -, /usr/sbin/avahi-dnsconfd)
--
1.7.0
--
ptxdist mailing list
[email protected]