Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545224 - net-misc/ntp-4.2.8-r2 - missing /etc/ntp.conf
Summary: net-misc/ntp-4.2.8-r2 - missing /etc/ntp.conf
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 13:18 UTC by Juergen Rose
Modified: 2015-04-04 03:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-04-01 13:18:00 UTC
I just made a fresh installation of net-misc/ntp-4.2.8-r2. 'qlist -v  ntp' shows that /etc/ntp.conf is installed. But I am missing /etc/ntp.conf:

root@lynx:/root(25)# qlist -Iv ntp
net-misc/ntp-4.2.8-r2
net-nntp/pan-0.139
x11-proto/presentproto-1.0
x11-proto/printproto-1.0.5-r1
x11-proto/xf86bigfontproto-1.2.0-r1
root@lynx:/root(26)# genlop -t ntp | tail

     Sun Feb  1 09:37:28 2015 >>> net-misc/ntp-4.2.8-r2
       merge time: 2 minutes and 54 seconds.

     Fri Feb 27 17:48:27 2015 >>> net-misc/ntp-4.2.8-r2
       merge time: 3 minutes and 13 seconds.

     Wed Apr  1 16:08:17 2015 >>> net-misc/ntp-4.2.8-r2
       merge time: 5 minutes and 56 seconds.

root@lynx:/root(27)# qlist -Iv ntp
net-misc/ntp-4.2.8-r2
net-nntp/pan-0.139
x11-proto/presentproto-1.0
x11-proto/printproto-1.0.5-r1
x11-proto/xf86bigfontproto-1.2.0-r1

root@lynx:/root(28)# qlist -v ntp | grep ntp.conf
/usr/share/man/man5/ntp.conf.5.bz2
/usr/share/doc/ntp-4.2.8-r2/html/ntp.conf.html
/usr/share/doc/ntp-4.2.8-r2/html/html/ntp_conf.html
/etc/ntp.conf

root@lynx:/root(29)# ll /etc/ntp.conf
/bin/ls: cannot access /etc/ntp.conf: No such file or directory
root@lynx:/root(30)#
Comment 1 SpanKY gentoo-dev 2015-04-04 03:34:24 UTC
please post the full build log as an attachment for every report.  the src_install is pretty simple:
    insinto /etc
    doins "${FILESDIR}"/ntp.conf

it doesn't muck with the file after that