summaryrefslogtreecommitdiff
path: root/debian/patches/do-not-broadcast-with-hostnames.patch
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2019-09-02 13:12:15 +0200
committerDidier Raboud <odyx@debian.org>2019-09-02 13:12:15 +0200
commitef0fd21dbd3db97a71939ff6b1d4c31503e9115b (patch)
tree9ab0d17b5e31b999fe576735b633dcfaede029be /debian/patches/do-not-broadcast-with-hostnames.patch
parent376947d4596e46a86d9d9661ca1b9f880c5f3302 (diff)
git-debrebase convert-from-dgit-view: drop upstream changes from breakwater
Drop upstream changes, and delete debian/patches, as part of converting to git-debrebase format. Upstream changes will appear as commits. [git-debrebase convert-from-dgit-view drop-patches]
Diffstat (limited to 'debian/patches/do-not-broadcast-with-hostnames.patch')
-rw-r--r--debian/patches/do-not-broadcast-with-hostnames.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/do-not-broadcast-with-hostnames.patch b/debian/patches/do-not-broadcast-with-hostnames.patch
deleted file mode 100644
index 339a35266..000000000
--- a/debian/patches/do-not-broadcast-with-hostnames.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Till Kampetter <till.kampetter@gmail.com>
-Date: Tue, 9 Aug 2016 18:11:35 +0200
-Subject: Do not use host names for broadcasting print queues and
-
- managing print queues broadcasted from other servers by default. Many
- networks do not have valid host names for all machines.
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/449586
-
-Patch-Name: do-not-broadcast-with-hostnames.patch
----
- scheduler/conf.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scheduler/conf.c b/scheduler/conf.c
-index bb4f9d2..b73d33f 100644
---- a/scheduler/conf.c
-+++ b/scheduler/conf.c
-@@ -899,7 +899,7 @@ cupsdReadConfiguration(void)
- cupsdAddAlias(ServerAlias, temp);
- cupsdLogMessage(CUPSD_LOG_DEBUG, "Added auto ServerAlias %s", temp);
-
-- if (HostNameLookups || RemotePort)
-+ if (HostNameLookups)
- {
- struct hostent *host; /* Host entry to get FQDN */
-