]> granicus.if.org Git - icinga2/commitdiff
Remove unused patch file
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 24 Nov 2016 16:17:33 +0000 (17:17 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 24 Nov 2016 16:17:33 +0000 (17:17 +0100)
refs #9119

agent/windows-setup-agent/SetupWizard.cs.rej [deleted file]

diff --git a/agent/windows-setup-agent/SetupWizard.cs.rej b/agent/windows-setup-agent/SetupWizard.cs.rej
deleted file mode 100644 (file)
index 91b7485..0000000
+++ /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();