From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] avahi: Fix bug #13017 - - dbus[n]: Unknown group "netdev" in message bus configuration file
Date: Sun, 11 Dec 2022 13:33:22 +0100 [thread overview]
Message-ID: <20221211123330.5155-1-adolf.belka@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1899 bytes --]
- add command into avahi install.sh paks file to add netdev group if it doesn't exist
- Update avahi PAK_VER to ensure that change is shipped
Tested-by: Jon Murphy <jon.murphy(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/avahi | 4 ++--
src/paks/avahi/install.sh | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lfs/avahi b/lfs/avahi
index 1628fe17b..17857bfe3 100644
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = avahi
-PAK_VER = 10
+PAK_VER = 11
DEPS = dbus libdaemon
diff --git a/src/paks/avahi/install.sh b/src/paks/avahi/install.sh
index 9ec3050a1..63627a4db 100644
--- a/src/paks/avahi/install.sh
+++ b/src/paks/avahi/install.sh
@@ -28,6 +28,7 @@ getent group avahi >/dev/null || groupadd -r avahi
getent passwd avahi >/dev/null || \
useradd -r -g avahi -d /var/run/avahi-daemon -s /sbin/nologin \
-c "Avahi mDNS daemon" avahi
+getent group netdev > /dev/null || groupadd -r netdev
extract_files
ln -svf ../init.d/avahi /etc/rc.d/rc3.d/S65avahi
--
2.38.1
next reply other threads:[~2022-12-11 12:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-11 12:33 Adolf Belka [this message]
2022-12-11 12:33 ` [PATCH] dbus: Update to version 1.14.4 Adolf Belka
2022-12-26 8:42 ` Peter Müller
2022-12-11 12:33 ` [PATCH] hwdata: Update of pci and usb ids files Adolf Belka
2022-12-11 12:33 ` [PATCH] libpciaccess: Update to version 0.17 Adolf Belka
2022-12-26 8:43 ` Peter Müller
2022-12-11 12:33 ` [PATCH] libshout: Update to version 2.4.6 Adolf Belka
2022-12-26 8:45 ` Peter Müller
2022-12-11 12:33 ` [PATCH] libssh: Update to version 0.10.4 Adolf Belka
2022-12-26 8:46 ` Peter Müller
2022-12-11 12:33 ` [PATCH] libstatgrab: Update to version 0.92.1 Adolf Belka
2022-12-26 8:47 ` Peter Müller
2022-12-11 12:33 ` [PATCH] libtalloc: Update to version 2.3.4 Adolf Belka
2022-12-27 16:28 ` Peter Müller
2022-12-11 12:33 ` [PATCH] libtirpc: Update to version 1.3.3 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221211123330.5155-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox