Bug 142963

Summary: user "nut" isn't removed after uninstall
Product: [Fedora] Fedora Reporter: Marius Andreiana <marius.andreiana>
Component: nutAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-13 12:30:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marius Andreiana 2004-12-15 14:14:54 UTC
how to replicate:
yum install nut nut-client

[root@jupiter etc]# cat /etc/passwd|grep nut
nut:x:57:57:Network UPS Tools:/var/lib/ups:/bin/false
[root@jupiter etc]# rpm -e nut-client nut
[root@jupiter etc]# cat /etc/passwd|grep nut
nut:x:57:57:Network UPS Tools:/var/lib/ups:/bin/false

Expected results: remove "nut" user on uninstall
It's home it's removed:
[root@jupiter etc]# ls /var/lib/ups
ls: /var/lib/ups: No such file or directory

Comment 1 Florian La Roche 2005-02-13 12:30:15 UTC
New users should not be removed on uninstall.