From b8695ec14f05b61e01c1b6d8dacdb6ab83884d08 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 13 Sep 2019 08:49:40 +0200 Subject: [PATCH] fix cupsctl usage --- ...-for-systemd-s-lack-of-true-launch-on-.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/0001-Add-workaround-for-systemd-s-lack-of-true-launch-on-.patch b/0001-Add-workaround-for-systemd-s-lack-of-true-launch-on-.patch index b496b55..dcd6ad9 100644 --- a/0001-Add-workaround-for-systemd-s-lack-of-true-launch-on-.patch +++ b/0001-Add-workaround-for-systemd-s-lack-of-true-launch-on-.patch @@ -4,23 +4,6 @@ Date: Thu, 5 Sep 2019 12:43:58 -0400 Subject: [PATCH] Add workaround for systemd's lack of true launch-on-demand support (Issue #5640) ---- - CHANGES.md | 1 + - scheduler/main.c | 2 ++ - 2 files changed, 3 insertions(+) - -diff --git a/CHANGES.md b/CHANGES.md -index 3d7271f67..b9c8d81a2 100644 ---- a/CHANGES.md -+++ b/CHANGES.md -@@ -5,6 +5,7 @@ CHANGES - 2.3.1 - 2019-09-05 - Changes in CUPS v2.3.1 - ---------------------- - -+- Added a workaround for the scheduler's systemd support (Issue #5640) - - Fixed spelling of "fold-accordion". - - Fixed the default common name for TLS certificates used by `ippeveprinter`. - diff --git a/scheduler/main.c b/scheduler/main.c index 842b00a42..d5fdf971a 100644 --- a/scheduler/main.c