kumquat-buildroot/package/avahi
Nicolas Cavallari ccea032c75 package/avahi: fix GNUism in S05avahi-setup.sh
This script uses "chown user.group" instead of the POSIX "chown
user:group".  The first syntax is a deprecated GNU extension.
Since coreutils 9.1, chown started issuing a warning when this syntax is
used¹.

The result is that if both avahi and coreutils are enabled, this message
appears during boot:

chown: warning: '.' should be ':': 'avahi.avahi'

[1] https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/userspec.c?id=23cca8268d21f5d58ed0209002d5673d0518c426

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-06-19 14:41:46 +02:00
..
0001-Fix-NULL-pointer-crashes-from-175.patch
avahi_sysusers.conf
avahi_tmpfiles.conf
avahi.hash
avahi.mk package/avahi: add pygobject support, move to python3 2022-02-07 19:21:33 +01:00
Config.in
S05avahi-setup.sh package/avahi: fix GNUism in S05avahi-setup.sh 2022-06-19 14:41:46 +02:00
S50avahi-daemon