diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-06-29 16:10:39 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-06-29 16:10:39 +0200 |
| commit | 327af6ef6864da347eb45b9a69dffcf9cefdfc59 (patch) | |
| tree | e4214cacb21613ea038268672a1efae8ffd33fc8 /debian | |
| parent | b778615bcd5e816c269b74927acc1db7a2168b44 (diff) | |
debian/20-connectivity-ubuntu.conf:
Add trailing dot to make connectivity-check.ubuntu.com. absolute and reduce NXDOMAIN warning noise, thanks MarchH (lp: #1880258)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/20-connectivity-ubuntu.conf | 2 | ||||
| -rw-r--r-- | debian/changelog | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/20-connectivity-ubuntu.conf b/debian/20-connectivity-ubuntu.conf index e8cbed31..c1f745a4 100644 --- a/debian/20-connectivity-ubuntu.conf +++ b/debian/20-connectivity-ubuntu.conf @@ -1,2 +1,2 @@ [connectivity] -uri=http://connectivity-check.ubuntu.com/ +uri=http://connectivity-check.ubuntu.com./ diff --git a/debian/changelog b/debian/changelog index b3113d5f..77fa62ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (1.24.2-1ubuntu2) UNRELEASED; urgency=medium + + * debian/20-connectivity-ubuntu.conf: Add trailing dot to make + connectivity-check.ubuntu.com. absolute and reduce NXDOMAIN + warning noise, thanks MarchH (lp: #1880258) + + -- Sebastien Bacher <seb128@ubuntu.com> Mon, 29 Jun 2020 16:09:12 +0200 + network-manager (1.24.2-1ubuntu1) groovy; urgency=medium * Resynchronize on Debian, remaining changes: |