[Lunar-commits] <moonbase> avahi: Adjusting the BUILD to add a missing group used by avahi. Explains why;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Sep 15 01:10:01 CEST 2009
commit e26f2b636d9472ee16c0c2697b8fe4aec28bbcc0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Sep 14 19:10:01 2009 -0400
avahi: Adjusting the BUILD to add a missing group used by avahi. Explains why;
root at t60-laptop-64 ~ # dbus-daemon --system --print-address
gives this error;
Unknown group "netdev" in message bus configuration file
---
net/avahi/BUILD | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/net/avahi/BUILD b/net/avahi/BUILD
index 5bd217b..0c8a3ba 100644
--- a/net/avahi/BUILD
+++ b/net/avahi/BUILD
@@ -11,6 +11,10 @@
patch_it $SOURCE_CACHE/$SOURCE1 0 &&
add_priv_user avahi:avahi -d /dev/null -s /bin/false &&
add_priv_user avahi-autoipd:avahi-autoipd -d /dev/null -s /bin/false &&
+
+# Add this missing group. It is used in /etc/dbus-1/system.d/avahi-dbus.conf
+ add_priv_group netdev &&
+
# export ac_cv_func_realloc_0_nonnull=yes
# export ac_cv_func_malloc_0_nonnull=yes
More information about the Lunar-commits
mailing list