Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# Options for ntpdate
|
|
|
2 |
OPTIONS="-U ntp -s -b"
|
|
|
3 |
|
|
|
4 |
# Number of retries before giving up
|
|
|
5 |
RETRIES=2
|
|
|
6 |
|
|
|
7 |
# Set to 'yes' to sync hw clock after successful ntpdate
|
|
|
8 |
SYNC_HWCLOCK=no
|