diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-09-08 11:38:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-09-08 11:38:50 +0200 |
commit | f67916c2c84ddc8792d559e7bb3244ac5ec2137f (patch) | |
tree | 37131df3bfb791d37b532571e1c0d452680d6e17 /package/busybox | |
parent | 9a16f08281ffab9d9d41c3a5d1e99609c18a8122 (diff) |
use Braunschweig NTP for all ntp packages
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/files/busybox.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/files/busybox.postinst b/package/busybox/files/busybox.postinst index 029998a98..8436e76f5 100644 --- a/package/busybox/files/busybox.postinst +++ b/package/busybox/files/busybox.postinst @@ -9,4 +9,4 @@ add_rcconf syslogd_flags '-C32' add_rcconf inetd NO add_rcconf ntpd NO add_rcconf ntpdate NO -add_rcconf ntpd_flags '-p time.fu-berlin.de' +add_rcconf ntpd_flags '-p ptbtime1.ptb.de' |