ntp: 4.2.4p7 -> 4.2.6

This commit is contained in:
Thomas Penteker 2009-12-13 20:58:01 +01:00
parent 52971eda86
commit 08a8a1862e
3 changed files with 8 additions and 3 deletions

View File

@ -22,8 +22,8 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ntp-keygen.1.gz
-rw-r--r-- root/root usr/man/man1/ntpd.1.gz
-rw-r--r-- root/root usr/man/man1/ntpdc.1.gz
-rw-r--r-- root/root usr/man/man1/ntpdsim.1.gz
-rw-r--r-- root/root usr/man/man1/ntpq.1.gz
-rw-r--r-- root/root usr/man/man1/ntpsnmpd.1.gz
-rw-r--r-- root/root usr/man/man1/sntp.1.gz
drwxr-xr-x root/root usr/man/man5/
drwxr-xr-x root/root usr/man/man8/

View File

@ -1,4 +1,4 @@
8c19ff62ed4f7d64f8e2aa59cb11f364 ntp-4.2.4p7.tar.gz
4d64a99592b818aa9419fc9dcb149746 ntp-4.2.6.tar.gz
0c5675c46a226de4504f5b855326b6b7 ntp-64bit.diff
de14b18b5f2be841a9c3434012c19f6c ntp.conf
2aaeeae50b860296490b03dc5fbe1736 ntpd

View File

@ -5,7 +5,7 @@
# Depends on: openssl
name=ntp
version=4.2.4p7
version=4.2.6
release=2
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$name-$version.tar.gz
ntpd
@ -26,8 +26,10 @@ build () {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--with-sntp \
--with-crypto \
--without-ntpsnmpd \
--enable-debugging=no \
--enable-ntpdate-step \
--enable-parse-clocks \
@ -47,6 +49,9 @@ build () {
install -m 755 $SRC/ntpd $PKG/etc/rc.d
install -m 755 $SRC/ntpdate $PKG/etc/rc.d
# fix remove unnecessary directory
rm -r $PKG/usr/sbin
# initialize ntp.drift file
echo "0.0" > $PKG/var/lib/ntp/ntp.drift
}