|
|
b7dd4d |
From 0bf1df5c35c310c3efe49c7a3cb8c3be3e33492b Mon Sep 17 00:00:00 2001
|
|
|
b7dd4d |
From: Lennart Poettering <lennart@poettering.net>
|
|
|
b7dd4d |
Date: Mon, 26 Nov 2018 21:05:37 +0100
|
|
|
b7dd4d |
Subject: [PATCH] core: drop references to 'StandardOutputFileToCreate'
|
|
|
b7dd4d |
|
|
|
b7dd4d |
This property never existed, let's drop any reference to it.
|
|
|
b7dd4d |
|
|
|
b7dd4d |
(cherry picked from commit 922ce049d1ed37ce77e3322711e29f256d9e5959)
|
|
|
b7dd4d |
|
|
|
b7dd4d |
Related: #2093479
|
|
|
b7dd4d |
---
|
|
|
b7dd4d |
src/core/dbus-execute.c | 4 ++--
|
|
|
b7dd4d |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
b7dd4d |
|
|
|
b7dd4d |
diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c
|
|
|
b7dd4d |
index 2e64f0baf4..05134851c5 100644
|
|
|
b7dd4d |
--- a/src/core/dbus-execute.c
|
|
|
b7dd4d |
+++ b/src/core/dbus-execute.c
|
|
|
b7dd4d |
@@ -1809,8 +1809,8 @@ int bus_exec_context_set_transient_property(
|
|
|
b7dd4d |
|
|
|
b7dd4d |
} else if (STR_IN_SET(name,
|
|
|
b7dd4d |
"StandardInputFile",
|
|
|
b7dd4d |
- "StandardOutputFile", "StandardOutputFileToCreate", "StandardOutputFileToAppend",
|
|
|
b7dd4d |
- "StandardErrorFile", "StandardErrorFileToCreate", "StandardErrorFileToAppend")) {
|
|
|
b7dd4d |
+ "StandardOutputFile", "StandardOutputFileToAppend",
|
|
|
b7dd4d |
+ "StandardErrorFile", "StandardErrorFileToAppend")) {
|
|
|
b7dd4d |
const char *s;
|
|
|
b7dd4d |
|
|
|
b7dd4d |
r = sd_bus_message_read(message, "s", &s);
|