Skip to content

main/avahi: Add hostname dependency to avahi-daemon service

Joel Hansen requested to merge jhansen/aports:avahi-fix-openrc into master

Alpine uses the OpenRC services from Gentoo, but the service for avahi-daemon doesn't need "hostname". For Alpine this causes avahi to start before the host name is set, thus a host name of "none" is advertised.

This patch ensures the OpenRC service installed on Alpine depends on hostname.

Merge request reports