FS#28702 - [openntpd] delete ntp user

Attached to Project: Community Packages
Opened by orbisvicis (orbisvicis) - Tuesday, 28 February 2012, 17:01 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 17 January 2013, 01:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Vesa Kaihlavirta (vegai)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The "ntp" user and group (id 87:87 respectively) are not deleted on uninstallation of openntpd.


Additional info:
* package version(s)
community/openntpd 3.9p1-13


Solution:
Change pre_remove() in openntpd.install to
pre_remove() {
userdel ntp
groupdel ntp
}
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 17 January 2013, 01:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  openntpd 3.9p1-20
Comment by Vesa Kaihlavirta (vegai) - Thursday, 01 March 2012, 14:37 GMT
Hmm. ntp does that but since these packages don't conflict with each other, wouldn't installing both and removing one break the other?
Comment by orbisvicis (orbisvicis) - Friday, 02 March 2012, 03:22 GMT
Right I filed this bug report before #28704

Deleting the user and conflicting with ntp should work, right ?

Loading...