Opened 20 years ago
Closed 19 years ago
#2046 closed task (fixed)
NTP-4.2.4p0
| Reported by: | Randy McMurchy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | BOOK | Version: | SVN |
| Severity: | medium | Keywords: | |
| Cc: |
Description (last modified by )
Version increment to 4.2.4p0
Change History (7)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
May be a simple
mv -v /usr/bin{ntpd,ntpdate} /usr/sbin
is a suitable solution?
comment:3 by , 20 years ago
| Milestone: | 6.2.0 → 6.2.1 |
|---|
comment:4 by , 19 years ago
Robert posted a patch to the list in conjunction with adding libcap.
http://linuxfromscratch.org/pipermail/blfs-dev/2007-May/017207.html
I have that semi queued up and will commit after the last couple issues are ironed out.
comment:5 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:6 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 6.2.1 → 6.3 |
| Summary: | NTP-4.2.2 → NTP-4.2.4p0 |
It should also be pointed out that 4.2.4p0 is the current stable and that's what would be going into the book.
comment:7 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Made the 4.2.4p0 update in r6801. Robert, I'm still going to add the libcap stuff. I'm just trying to decide how to handle the bootscript. I'd like to make it configurable. I'll post on the list.

ntp-4.2.2p3 is installing ntpd to /usr/bin, instead of /usr/sbin. --bindir=/usr/sbin seems to be ignored completely. --with-binsubdir=sbin will install ntpd, ntpdate, and ntpdc to /usr/sbin, and the rest to /usr/bin. I don't think we can install everything to /usr/sbin anymore. Also, keep in mind this may be broken, and not yet fixed... The with-binsubdir switch seems like a unneeded replacement for --bindir and --sbindir.