UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

ntp

The ntp package contains a client and server to keep the time synchronized between various computers over a network. This package is the official reference implementation of the NTP protocol.

Package info

Codename: ntp
Source file: ntp-4.2.8p17.tar.gz
Source directory: ntp-4.2.8p17
Package URL: https://umvirt.com/linux/downloads/0.2/packages/n/ntp-4.2.8p17.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/n/ntp-4.2.8p17.tar.gz.md5sum
Dependances: perl-IO-Socket-SSL.
Dependance of: dhcpcd.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
groupadd -g 87 ntp &&
useradd -c "Network Time Protocol" -d /var/lib/ntp -u 87 \
        -g ntp -s /bin/false ntp

sed -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \
    -i scripts/update-leap/update-leap.in

sed -e 's/#ifndef __sun/#if !defined(__sun) \&\& !defined(__GLIBC__)/' \
    -i libntp/work_thread.c


./configure --prefix=/usr         \
            --bindir=/usr/sbin    \
            --sysconfdir=/etc     \
            --enable-linuxcaps    \
            --with-lineeditlibs=readline \
            --docdir=/usr/share/doc/ntp-4.2.8p17

Build script:
make

Install script:
make install &&
install -v -o ntp -g ntp -d /var/lib/ntp