mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
network time: we haz a pool! #1374
While here, time-update-interval does not exist and update the xml lint pass to pick up the sample file, too.
This commit is contained in:
parent
0284604dda
commit
97daba95d9
2
Makefile
2
Makefile
@ -276,7 +276,7 @@ lint: plist-check
|
||||
find ${.CURDIR}/src ${.CURDIR}/Scripts \
|
||||
-name "*.sh" -type f -print0 | xargs -0 -n1 sh -n
|
||||
find ${.CURDIR}/src ${.CURDIR}/Scripts \
|
||||
-name "*.xml" -type f -print0 | xargs -0 -n1 xmllint --noout
|
||||
-name "*.xml*" -type f -print0 | xargs -0 -n1 xmllint --noout
|
||||
find ${.CURDIR}/src \
|
||||
! -name "*.xml" ! -name "*.xml.sample" ! -name "*.eot" \
|
||||
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
|
||||
|
||||
@ -204,8 +204,7 @@
|
||||
<nextuid>2000</nextuid>
|
||||
<nextgid>2000</nextgid>
|
||||
<timezone>Etc/UTC</timezone>
|
||||
<time-update-interval>300</time-update-interval>
|
||||
<timeservers>0.nl.pool.ntp.org</timeservers>
|
||||
<timeservers>0.opnsense.pool.ntp.org</timeservers>
|
||||
<webgui>
|
||||
<protocol>https</protocol>
|
||||
<authmode>Local Database</authmode>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user