Bug 130652 - group wrong for /var/lib/ntp/drift in ntp RPM
Summary: group wrong for /var/lib/ntp/drift in ntp RPM
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ntp
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-08-23 13:45 UTC by Jonathan Kamens
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-08 12:29:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2004-08-23 13:45:02 UTC
The file /var/lib/ntp/drift is recreated by ntpd with owner and group 
ntp.  In the RPM, it is listed with group root rather than group ntp, 
so "rpm --verify ntp" reports that it is in error.  The RPM should be 
updated to list group ntp for this file.

Comment 1 Harald Hoyer 2004-08-23 14:01:21 UTC
hmm, I think, it is the other way round:
$ rpm -qflv  /var/lib/ntp/drift |fgrep drift
-rw-r--r--    1 ntp     ntp                 4 Aug 17 13:14
/var/lib/ntp/drift

$ ls -l /var/lib/ntp/drift
-rw-r--r--  1 ntp root 6 19. Aug 15:25 /var/lib/ntp/drift


Comment 2 Harald Hoyer 2004-08-23 14:01:45 UTC
but thanks for spotting this!


Note You need to log in before you can comment on or make changes to this bug.