changed ntp servers

This commit is contained in:
2023-10-09 14:39:16 +02:00
committed by Gitea
parent eb4a856d81
commit 750dbc016b
10 changed files with 8 additions and 27 deletions
-2
View File
@@ -3100,8 +3100,6 @@ maybe chmod 0644 'python2.7/sitecustomize.py'
maybe chmod 0755 'python3'
maybe chmod 0755 'python3.11'
maybe chmod 0644 'python3.11/sitecustomize.py'
maybe chmod 0755 'python3.9'
maybe chmod 0644 'python3.9/sitecustomize.py'
maybe chmod 0644 'python3/debian_config'
maybe chmod 0755 'qemu'
maybe chmod 0755 'qemu/fsfreeze-hook'
+1 -1
View File
@@ -7,7 +7,7 @@ NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
#NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
# Additional options to pass to ntpdate
NTPOPTIONS=""
+1 -1
View File
@@ -7,7 +7,7 @@ NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
#NTPSERVERS="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org"
# Additional options to pass to ntpdate
NTPOPTIONS=""
@@ -1 +0,0 @@
/usr/share/nginx/modules-available/mod-http-geoip.conf
@@ -1 +0,0 @@
/usr/share/nginx/modules-available/mod-http-image-filter.conf
@@ -1 +0,0 @@
/usr/share/nginx/modules-available/mod-http-xslt-filter.conf
@@ -1 +0,0 @@
/usr/share/nginx/modules-available/mod-mail.conf
+3 -8
View File
@@ -20,14 +20,9 @@ filegen clockstats file clockstats type day enable
# pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will
# pick a different set every time it starts up. Please consider joining the
# pool: <http://www.pool.ntp.org/join.html>
#pool 0.debian.pool.ntp.org iburst
#pool 1.debian.pool.ntp.org iburst
#pool 2.debian.pool.ntp.org iburst
#pool 3.debian.pool.ntp.org iburst
server 0.de.pool.ntp.org
server 1.de.pool.ntp.org
server 2.de.pool.ntp.org
server 3.de.pool.ntp.org
server ptbtime1.ptb.de
server ptbtime2.ptb.de
server ptbtime3.ptb.de
# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
+3 -4
View File
@@ -31,10 +31,9 @@ tos minclock 4 minsane 3
# pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will
# pick a different set every time it starts up. Please consider joining the
# pool: <https://www.pool.ntp.org/join.html>
pool 0.debian.pool.ntp.org iburst
pool 1.debian.pool.ntp.org iburst
pool 2.debian.pool.ntp.org iburst
pool 3.debian.pool.ntp.org iburst
server ptbtime1.ptb.de
server ptbtime2.ptb.de
server ptbtime3.ptb.de
# Access control configuration; see /usr/share/doc/ntpsec-doc/html/accopt.html
# for details.
-7
View File
@@ -1,7 +0,0 @@
# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()