opt/openntpd
2011-11-23 21:06:26 +09:00
..
.footprint create branch for 2.2 2006-02-23 15:26:10 +00:00
.md5sum openntpd: Patched to use adjtimex so that it actually sets the time. 2011-11-23 21:06:26 +09:00
linux-adjtimex.patch openntpd: Patched to use adjtimex so that it actually sets the time. 2011-11-23 21:06:26 +09:00
ntpd [notify] openntpd: new user/group 2008-06-18 02:27:51 +02:00
Pkgfile openntpd: Patched to use adjtimex so that it actually sets the time. 2011-11-23 21:06:26 +09:00
post-install [notify] openntpd: new user/group 2008-06-18 02:27:51 +02:00
README [notify] openntpd: new user/group 2008-06-18 02:27:51 +02:00

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.