diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:31:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:31:12 +0000 |
commit | 9602f9d43548c11a3cb4d8030fc536b1071fe610 (patch) | |
tree | 1979b9a472834c2024b306fba11f63c0fe774740 /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | systemd-9602f9d43548c11a3cb4d8030fc536b1071fe610.tar.xz systemd-9602f9d43548c11a3cb4d8030fc536b1071fe610.zip |
Updating ntp servers for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b67f29a..e91c435 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ ifeq ($(DEB_VENDOR),Ubuntu) SUPPORT_URL = http://www.ubuntu.com/support CONFFLAGS_DISTRO = else - DEFAULT_NTP_SERVERS = 0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org + DEFAULT_NTP_SERVERS = 2.progress.pool.ntp.org SUPPORT_URL = https://www.debian.org/support CONFFLAGS_DISTRO = endif |