| Summary: | net-misc/ntp-4.2.0.20040617: wrong path in /etc/init.d/ntpd | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Harm Geerts <gentoo+bugs> |
| Component: | [OLD] Server | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | xmit |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
very true, fixed in cvs |
From the ebuild: # move ntpd/ntpdate to sbin #66671 dodir /usr/sbin mv "${D}"/usr/bin/{ntpd,ntpdate} "${D}"/usr/sbin/ || die "move to sbin" But the path in the init script is not updated Reproducible: Always Steps to Reproduce: 1. 2. 3.