Revision baf9fab2
Added by Seth Mos over 18 years ago
etc/rc.bootup | ||
---|---|---|
140 | 140 |
/* generate resolv.conf */ |
141 | 141 |
system_resolvconf_generate(); |
142 | 142 |
|
143 |
/* Sync the system time at boot before service startup */ |
|
144 |
sync_system_time(); |
|
145 |
|
|
146 | 143 |
/* configure loopback interface */ |
147 | 144 |
interfaces_loopback_configure(); |
148 | 145 |
|
... | ... | |
181 | 178 |
/* generate resolv.conf */ |
182 | 179 |
system_resolvconf_generate(); |
183 | 180 |
|
181 |
/* Sync the system time at boot before service startup */ |
|
182 |
sync_system_time(); |
|
183 |
|
|
184 | 184 |
/* start pflog */ |
185 | 185 |
filter_pflog_start(); |
186 | 186 |
|
Also available in: Unified diff
Do ourself a favor and start the time sync after we configured the interfaces.
So we can actually sync to something.