[Buildroot] [git commit branch/2017.11.x] package/avahi: fix typo in avahi_tmpfiles.conf

Peter Korsgaard peter at korsgaard.com
Tue Jan 16 18:42:46 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=6329ed2a4905430b13b0a38e1894d4184c718485
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.11.x

There is an obvious typo in avahi_tmpfiles.conf: avahi-autoipd is
badly spelled.

Fixes bug #10641.

Reported-by: Michael Heinemann <posted at heine.so>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit c427ce4d9f54d9b6433969ecb0fc8a4a5a9ba9b5)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/avahi/avahi_tmpfiles.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/avahi/avahi_tmpfiles.conf b/package/avahi/avahi_tmpfiles.conf
index f9aebdf..da23c14 100644
--- a/package/avahi/avahi_tmpfiles.conf
+++ b/package/avahi/avahi_tmpfiles.conf
@@ -1 +1 @@
-d /tmp/avahi-autopid 0755 avahi avahi
+d /tmp/avahi-autoipd 0755 avahi avahi


More information about the buildroot mailing list