From 876acd1dcf237223229b12a3d97338596781acc6 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 25 Mar 2005 17:24:13 +0000 Subject: Switch mDNSResponder from the Apple startup script to a simple rc.subr script. This means that mdnsd is not started by default and must be enabled by adding an mdnsd_enable="YES" line to your /etc/rc.conf. This works around a panic in the multicast code when network interfaces are removed and multicast sockets are open on them since many users of this port only need the utilities, not the daemon. Approved by: portmgr (krion) --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index c409c42..011e00b 100644 --- a/UPDATING +++ b/UPDATING @@ -7,6 +7,15 @@ time you update your ports collection, before attempting any port upgrades. +20050324: + AFFECTS: users of net/mDNSResponder, + AUTHOR: brooks@FreeBSD.org + + In mDNSResponder 98_1, mdnsd is no longer started by default due to a + switch to an rc.subr startup script. To start it, you must add add + mdnsd_enable="YES" to your /etc/rc.conf or other suitable + configuration file. + 20050320: AFFECTS: users of x11/kde3, x11/kdelibs3, x11/kdebase3, x11-themes/kdeartwork3, www/akregator, x11-themes/phase, multimedia/kdemultimedia3 AUTHOR: kde@freebsd.org -- cgit v1.1