Bug 130652

Summary: group wrong for /var/lib/ntp/drift in ntp RPM
Product: [Fedora] Fedora Reporter: Jonathan Kamens <h1k6zn2m>
Component: ntpAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-10-08 12:29:10 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:
Bug Depends On:    
Bug Blocks: 123268    

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!