[java-identity-provider] branch main updated: Remove some overenthusiastic editing in cfc2b672
Rod Widdowson
rdw at steadingsoftware.com
Thu Feb 4 13:45:25 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c02fee0c14b7ce82562bd1b166d301302db84875
The following commit(s) were added to refs/heads/main by this push:
new c02fee0c1 Remove some overenthusiastic editing in cfc2b672
c02fee0c1 is described below
commit c02fee0c14b7ce82562bd1b166d301302db84875
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Feb 4 13:22:34 2021 +0000
Remove some overenthusiastic editing in cfc2b672
---
idp-installer/src/main/wix/procrun.wxs | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-installer/src/main/wix/procrun.wxs b/idp-installer/src/main/wix/procrun.wxs
index 3a218e658..3d7a13779 100644
--- a/idp-installer/src/main/wix/procrun.wxs
+++ b/idp-installer/src/main/wix/procrun.wxs
@@ -58,6 +58,7 @@
<Component Id="procrun_AMD64_service" Directory="dir64" Guid="{2673BCBE-3659-4AC6-B39C-DF1EEDF72C0E}">
<Condition>VersionNT64 And Not Intel64</Condition>
<File Id="file_procrun_AMD64_service" KeyPath="yes" Source="$(var.ProcrunSrc)\amd64\prunsrv.exe" Name="$(var.ServiceName).exe" />
+ <ServiceInstall Id="ServiceX64" Name="$(var.ServiceName)" DisplayName="Shibboleth IdP Daemon" Description="Runs the Jetty Container" Arguments="service $(var.ServiceName)" Type="ownProcess" Start="$(var.ServiceStart)" ErrorControl="ignore" />
</Component>
<Component Id="procrun_AMD64_Firewall" Directory="dir64" Guid="{BC605FF4-0233-4332-BC90-0C2E5FEC37D2}" KeyPath="yes">
<Condition>NOT NO_FIREWALL And VersionNT64 And Not Intel64</Condition>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list