From 841412c61829fca185eaaef2925b2edcc7a55fba Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 24 Nov 2016 17:17:33 +0100 Subject: [PATCH] Remove unused patch file refs #9119 --- agent/windows-setup-agent/SetupWizard.cs.rej | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 agent/windows-setup-agent/SetupWizard.cs.rej diff --git a/agent/windows-setup-agent/SetupWizard.cs.rej b/agent/windows-setup-agent/SetupWizard.cs.rej deleted file mode 100644 index 91b7485d9..000000000 --- a/agent/windows-setup-agent/SetupWizard.cs.rej +++ /dev/null @@ -1,18 +0,0 @@ -diff a/agent/windows-setup-agent/SetupWizard.cs b/agent/windows-setup-agent/SetupWizard.cs (rejected hunks) -@@ -243,14 +246,13 @@ namespace Icinga - } - - if (!RunProcess(Program.Icinga2InstallDir + "\\sbin\\icinga2.exe", -- "--scm-install daemon", -+ "--scm-install --scm-user \"" + txtUser.Text + "\" daemon", - out output)) { - ShowErrorText(output); - return; - } - -- if (chkInstallNSCP.Checked) -- { -+ if (chkInstallNSCP.Checked) { - SetConfigureStatus(85, "Waiting for NSClient++ installation to complete..."); - - Process proc = new Process();