Bug 66671 - ntp-4.2.0 wrong default install directory
|
Bug#:
66671
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: vapier@gentoo.org
|
Reported By: kaiowas@gentoo.org
|
|
Component: Applications
|
|
|
URL:
http://bugzilla.ntp.org/show_bug.cgi?id=344
|
|
Summary: ntp-4.2.0 wrong default install directory
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-10-07 10:47 0000
|
please be so kind and use the attached patch on net-misc/ntp to ensure that
ntpd and ntpdate will get installed in $PREFIX/sbin as they should
many thanks,
peter
http://marc.theaimsgroup.com/?l=selinux&m=109714205713448&w=2
I agree 100% with what Russell told us. Those two binaries shouldn't be in /usr/bin. At least debian and redhat places them in /usr/sbin where they belong.
on the funny side, just search '/usr/bin/ntpd' and '/usr/sbin/ntpd' in google: 77 vs 2140
ok, i guess i (foolishly) assumed it was done on purpose and not because people
can complain loudly :)
i'll have to tweak the openntpd/ntpd relationship, but i'll make this change
4.2.0.20040617 now installs into sbin
/etc/init.d/ntpd still refers to /usr/bin
Perhaps add some sed magic so changing it in ${FILESDIR} doesn't break the old
versions that haven't moved it...
yes, I can confirm, that the init-script still tries to start /usr/bin/ntpd
instead of /usr/sbin/ntpd. Should be easy to fix. ;-)
that was handled by another bug