diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-10 20:53:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-10 20:53:58 +0100 |
commit | c427ce4d9f54d9b6433969ecb0fc8a4a5a9ba9b5 (patch) | |
tree | 82f54a9b3420027f0f651be1e1d7e3b31db0ed6e /package/avahi/avahi_tmpfiles.conf | |
parent | 19ab5952fafb6cb3d9ae00efec362fcebac5df99 (diff) | |
download | buildroot-c427ce4d9f54d9b6433969ecb0fc8a4a5a9ba9b5.tar.gz buildroot-c427ce4d9f54d9b6433969ecb0fc8a4a5a9ba9b5.zip |
package/avahi: fix typo in avahi_tmpfiles.conf
There is an obvious typo in avahi_tmpfiles.conf: avahi-autoipd is
badly spelled.
Fixes bug #10641.
Reported-by: Michael Heinemann <posted@heine.so>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/avahi/avahi_tmpfiles.conf')
-rw-r--r-- | package/avahi/avahi_tmpfiles.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi_tmpfiles.conf b/package/avahi/avahi_tmpfiles.conf index f9aebdfd0d..da23c147fb 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 |