El 15/04/13 09:52, Marcos Felipe Rasia de Mello escribió:
Using openSUSE 12.3 here. When I replace rsyslog with systemd's journal
$ sudo zypper -v in systemd-logger -rsyslog -syslog-service
the rsyslogd daemon keeps running after the package uninstall. Is this right? Should not RPM %service_del_preun macro run "systemctl stop" on it?
The spec file says it does..(at least the current one in factory) preuninstall scriptlet (using /bin/sh): # # stop the rsyslogd daemon when it is running # test -n "$FIRST_ARG" || FIRST_ARG=$1 if [ $FIRST_ARG -eq 0 ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable rsyslog.service > /dev/null 2>&1 || : /usr/bin/systemctl stop rsyslog.service > /dev/null 2>&1 || : fi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org