On Sat, 16 Nov 2013 11:20:33 +0000, David Taylor wrote:
> I had hoped that NTP might be > consistent, but presumably if the underlying OS differs the results from > "make install" will differ. "make install" is usually the last step of a "configure / make / make install" sequence. With the "configure" step lot of options can be set, including where to place the targets, usually with the --prefix option. The debian ntp package [*] uses --prefix=/usr, causing root priviliged binaries such as ntpd to be placed in /usr/sbin. Not providing the --prefix option often results in a default prefix of /usr/local. [*] At least for debian version 7.2. See "cat /etc/debian_version" Groetjes, Rob _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
