opt/openntpd
2020-01-13 13:28:13 -06:00
..
.footprint
.signature removed some superfluous packager lines 2020-01-13 13:28:13 -06:00
ntpd
openntpd-paths.patch openntpd: update to 6.2p3, closes FS#1692 2018-11-22 15:07:41 +01:00
Pkgfile removed some superfluous packager lines 2020-01-13 13:28:13 -06:00
post-install
README

REQUIREMENTS

PRE-INSTALL

POST-INSTALL

    Create the necessary user 'ntp' and its group 'ntp'.

	groupadd ntp
	useradd -g ntp -d /var/empty -s /bin/false ntp
	passwd -l ntp

MISCELLANEOUS

    Have a look at the start/stop script if you don't like ntpd setting
    the time immediately at startup. That allows for a large time
    correction. Disable that feature by removing the '-s' option.