Hide Forgot
Description of problem: udisks installs an Avahi service at /etc/avahi/services/udisks.service. This file is not marked as a configuration file, which means updates to udisks re-enables the service after I disable it. Version-Release number of selected component (if applicable): udisks-1.0.2-1.fc15.x86_64 How reproducible: always Steps to Reproduce: 1. install udisks 2. cat /dev/null > /etc/avahi/services/udisks.service 3. yum -y reinstall udisks Actual results: udisks clobbers the configuration file Expected results: the configuration file should not be overwritten Additional info:
No-one is supposed to be editing that file (just because something is in /etc does not mean it's a configuration file intended to be edited).
If I disable a service, I expect it to stay disabled. Avahi itself set its ssh.service file as a configuration file so that if it's disabled, it stays that way. Why does udisks even need to advertise itself?