https://bugzilla.novell.com/show_bug.cgi?id=812123 https://bugzilla.novell.com/show_bug.cgi?id=812123#c0 Summary: git-daemon not stopped after removal Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 0 Platform: All OS/Version: SUSE Other Status: ASSIGNED Severity: Normal Priority: P5 - None Component: Development AssignedTo: lchiquitto@suse.com ReportedBy: lchiquitto@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- There's a bug in the post uninstall script that prevents the daemon from being stopped after the package is removed. # rcgit-daemon start redirecting to systemctl start git-daemon lotus:~ # ps ax | grep git 19542 ? Ss 0:00 /usr/lib/git/git-daemon --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path=/srv/git lotus:~ # rpm -e git-daemon lotus:~ # ps ax | grep git 19542 ? Ss 0:00 /usr/lib/git/git-daemon --syslog --detach --reuseaddr --user=git-daemon --group=nogroup --pid-file=/var/run/git-daemon.pid --base-path=/srv/git Fix is trivial: %preun daemon -%stop_on_removal +%{stop_on_removal git-daemon} -- 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.