On 5/26/07, Robert Connolly <[EMAIL PROTECTED]> wrote: > Here's the svn patch. It might need adjustment. It'll need changelog entries, > and regenerated bootscripts package. 'make install-ntp' and 'make > install-ntp-libcap' will overwrite eachother, like openldap1 and openldap2
Another option, and something we should consider anyway, is just putting the options in /etc/sysconfig/ntp. There are a lot of other options you might want to pass to ntpd. So, something like: init.d/ntp: NTPD_OPTIONS="" . /etc/sysconfig/ntp ... /usr/sbin/ntpd $NTPD_OPTIONS Then we could just discuss in the book how you can specify --user if you built with libcap. Then there's just one version of the bootscript that work. BTW, aren't all the --config-file, --logdir, --jaildir options the defaults? > do. I bumped the ntpd version to 4.2.4p0. 'ntpd' can be installed > to /usr/sbin with the '--with-binsubdir=sbin' option: Yeah, I've been using that option, too. The ntp update is long overdue, so thanks! -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
