Description of problem: squid rpm removal does not delete squid from /etc/passwd and group files Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. remove squid rpm 2. pwck -r
CC: (none) => marja11Assignee: bugsquad => bruno
This is nothing specific to this package. The %_postun_userdel and %_postun_groupdel macros don't actually do anything. This choice was made on purpose, because packages may leave files behind owned by those users/groups, and when re-installing the package, if it gets a different UID/GID next time, things might break. In Squid's case, this is actually likely to happen (with the contents of /var/spool/squid), as an example.
Status: NEW => RESOLVEDResolution: (none) => INVALID