2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
REQUIREMENTS
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
PRE-INSTALL
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
POST-INSTALL
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
Create the necessary user 'ntp' and its group 'ntp'.
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
groupadd ntp
|
|
|
|
useradd -g ntp -d /var/empty -s /bin/false ntp
|
|
|
|
passwd -l ntp
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2008-06-18 02:27:51 +02:00
|
|
|
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.
|
2006-02-23 15:26:10 +00:00
|
|
|
|