mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
ntp: new enabled at default
Fix ipfire ntp server defaults. Fix symlink problem if ntp was disabled.
This commit is contained in:
@@ -174,8 +174,8 @@ if ($timesettings{'VALID'} eq '')
|
||||
$timesettings{'UPDATE_METHOD'} = 'manually';
|
||||
$timesettings{'UPDATE_VALUE'} = '1';
|
||||
$timesettings{'UPDATE_PERIOD'} = 'daily';
|
||||
$timesettings{'NTP_ADDR_1'} = 'de.pool.ntp.org';
|
||||
$timesettings{'NTP_ADDR_2'} = 'pool.ntp.org';
|
||||
$timesettings{'NTP_ADDR_1'} = '0.ipfire.pool.ntp.org';
|
||||
$timesettings{'NTP_ADDR_2'} = '1.ipfire.pool.ntp.org';
|
||||
$timesettings{'ENABLESETONBOOT'} = 'off';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user