From: Michael Friedrich Date: Thu, 24 Nov 2016 16:17:33 +0000 (+0100) Subject: Remove unused patch file X-Git-Tag: v2.6.0~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=841412c61829fca185eaaef2925b2edcc7a55fba;p=icinga2 Remove unused patch file refs #9119 --- 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();