https://bugzilla.novell.com/show_bug.cgi?id=446017 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=446017#c11 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com, ke@novell.com, | |behlert@novell.com, kukuk@novell.com --- Comment #11 from Stanislav Brabec <sbrabec@novell.com> 2008-11-24 08:36:04 MST --- We need to design "MDNS off" upgrade procedure SLE10->SLE11 and probably document turning MDNS off in release notes. Upgrade procedure: If "mdns off" is present in /etc/host.conf, then "don't install package nss-mdns and dependencies" are pretty non-standard hacks. Editing of /etc/nssswitch.conf by users is not so straightforward - see "rpm -q --scripts nss-mdns". Up to now, packages use implication: avahi is present => ".local" is resolved by MDNS. So we also need following changes: - Allow to install nss-mdns without activating of MDNS for ".local" domain. - Programs depending on ".local" resolved by MDNS should check for it. (e. g. avahi-bookmarks) The simplest way would be mdns-on and mdns-off scripts, based on %post and %postun of nss-mdns. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.