PN: ntp
PV: 4.2.8p15
PR: r0
PKGV: 4.2.8p15
PKGR: r0.0
LICENSE: NTP
DESCRIPTION: The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem.
SUMMARY: Network Time Protocol daemon and utilities
RDEPENDS:ntpdate: glibc (>= 2.36) libcrypto (>= 3.0.7)
RPROVIDES:ntpdate:  ntpdate-systemd
RREPLACES:ntpdate:  ntpdate-systemd
RCONFLICTS:ntpdate:  ntpdate-systemd
SECTION: net
PKG:ntpdate: ntpdate
FILES:ntpdate: /usr/sbin/ntpdate     /etc/network/if-up.d/ntpdate-sync     /usr/bin/ntpdate-sync     /etc/default/ntpdate     /lib/systemd/system/ntpdate.service  /lib/systemd/system-preset/98-ntpdate.preset /lib/systemd/system/ntpdate.service
CONFFILES:ntpdate: /etc/default/ntpdate
FILES_INFO:ntpdate: {"/etc/default/ntpdate": 146, "/etc/network/if-up.d/ntpdate-sync": 21, "/lib/systemd/system-preset/98-ntpdate.preset": 23, "/lib/systemd/system/ntpdate.service": 205, "/usr/bin/ntpdate-sync": 1262, "/usr/sbin/ntpdate": 199856}
pkg_postinst:ntpdate: set -e\n    if ! grep -q -s ntpdate $D/var/spool/cron/root; then\n        echo "adding crontab"\n        test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron\n        echo "30 * * * *    /usr/bin/ntpdate-sync silent" >> $D/var/spool/cron/root\n    fi\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in ntpdate.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset ntpdate.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart ntpdate.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:ntpdate: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop ntpdate.service\n\n\t\tsystemctl disable ntpdate.service\n\tfi\nfi\n
FILERDEPENDSFLIST:ntpdate: /usr/bin/ntpdate-sync /usr/sbin/ntpdate
FILERDEPENDS:/usr/bin/ntpdate-sync:ntpdate:  /bin/sh
FILERDEPENDS:/usr/sbin/ntpdate:ntpdate:  libm.so.6(GLIBC_2.17)(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libcrypto.so.3()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:ntpdate: 201513
