ntp: move /usr/libexec to /usr/lib/ntp , move man pages to share

This commit is contained in:
Danny Rawlins 2017-04-13 22:53:02 +10:00
parent f3df26d5dd
commit f18f8ee1b3
3 changed files with 24 additions and 19 deletions

View File

@ -18,22 +18,27 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sntp
-rwxr-xr-x root/root usr/bin/tickadj
-rwxr-xr-x root/root usr/bin/update-leap
drwxr-xr-x root/root usr/libexec/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ntp/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/calc_tickadj.1.gz
-rw-r--r-- root/root usr/man/man1/ntp-keygen.1.gz
-rw-r--r-- root/root usr/man/man1/ntp-wait.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/ntpq.1.gz
-rw-r--r-- root/root usr/man/man1/ntptrace.1.gz
-rw-r--r-- root/root usr/man/man1/sntp.1.gz
-rw-r--r-- root/root usr/man/man1/update-leap.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/ntp.conf.5.gz
-rw-r--r-- root/root usr/man/man5/ntp.keys.5.gz
drwxr-xr-x root/root usr/man/man8/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/calc_tickadj.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntp-keygen.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntp-wait.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntpd.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntpdc.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntpq.1.gz
-rw-r--r-- root/root usr/share/man/man1/ntptrace.1.gz
-rw-r--r-- root/root usr/share/man/man1/sntp.1.gz
-rw-r--r-- root/root usr/share/man/man1/update-leap.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/ntp.conf.5.gz
-rw-r--r-- root/root usr/share/man/man5/ntp.keys.5.gz
drwxr-xr-x root/root usr/share/man/man8/
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x ntp/ntp var/lib/ntp/

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34fZQ3GJCV5XJFHXzYbCg5CNJQ4S4lwumn1c9wBRKuctql+WCX+1cBHzkpLr0dcIwdtiNLU3AWPR6oF2VFAgMwY=
SHA256 (Pkgfile) = 6ef99436c828d3b0377acc239efe3ebdf4b5e17419cac568f9cb0ac5f5ca04b8
SHA256 (.footprint) = fa824945eae8508e4dd30150f80864a96f289bdf556ef1e7fa3963ebabbd6360
RWSagIOpLGJF378o4Q99miyV1+CJ16i7vbz5NrLHQrbihHv9lEdO6/h/y6G334zsk0ske8X80j1YFFq7ofjg/GiKYsrSDxHgRA8=
SHA256 (Pkgfile) = e79971bd538bfd84f19c97c30b211e347685ecc6f0fbb486c4c3022cc042c727
SHA256 (.footprint) = 371136dd98cfe3f5f25709f64e976322ec795708b8b23e930de0535c862463a0
SHA256 (ntp-4.2.8p9.tar.gz) = b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72
SHA256 (ntpd) = a117c4b99139d836264c267cd0804f15b313bcab233837bf7f5676681b2a9955
SHA256 (ntpdate) = 79e158ce339a836966966ab76c42ebecfa7023c3bbc2770c215817bfae2838d1

View File

@ -6,7 +6,7 @@
name=ntp
version=4.2.8p9
release=1
release=2
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$name-$version.tar.gz
ntpd ntpdate ntp.conf ntp-64bit.diff)
@ -22,7 +22,7 @@ build () {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib/ntp \
--with-sntp \
--with-crypto \
--without-ntpsnmpd \
@ -55,5 +55,5 @@ build () {
chown -R ntp:ntp $PKG/var/lib/ntp $PKG/var/run/ntp $PKG/var/log/ntp.log
# clean up the mess..
rm -rf $PKG/usr/share
rm -r $PKG/usr/share/{doc,ntp}
}