https://bugzilla.novell.com/show_bug.cgi?id=659357 https://bugzilla.novell.com/show_bug.cgi?id=659357#c6 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Basesystem |Basesystem Platform|x86-64 |All AssignedTo|kasievers@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.4 |openSUSE 11.5 Summary|avahi: for systemd we need |systemd: we need to call |to call 'systemctl enable |'systemctl enable |avahi-daemon.service' |*.service' at rpm install | |time of packages OS/Version|openSUSE 11.3 |All Severity|Major |Normal --- Comment #6 from Kay Sievers <kasievers@novell.com> 2011-03-10 16:22:42 UTC --- It's currently: cron, avahi, acpid which install systemd service files, and can be enabled/disabled. At package install time, we can do: %post if [ "$1" -eq 1 ]; then /bin/systemctl enable foo.service >/dev/null 2>&1 || : fi There is still no solution how to do this on package upgrade when the systemd service file is introduced, but not on any later upgrade. -- 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.