[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 8 01:49:55 BST 2012


Author: scantor
Date: Fri Jun  8 01:49:55 2012
New Revision: 3702

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3702&view=rev
Log:
Fix service desc attribute

Modified:
    branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs

Modified: branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs?rev=3702&r1=3701&r2=3702&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs Fri Jun  8 01:49:55 2012
@@ -130,7 +130,7 @@
           <!-- NOTE - whether this actually happens is predicated in noarch on whether this is an upgrade or not -->
           <ServiceInstall Id='shibd' Name='shibd_Default' 
                           DisplayName='Shibboleth 2 Daemon (Default)'
-                          Display='Manages shared state and offloads SAML processing from Shibboleth web server modules.'
+                          Description='Manages shared state and offloads SAML processing from Shibboleth web server modules.'
                           Arguments='-stdout "[INSTALLDIR]var\log\shibboleth\stdout.log" -stderr "[INSTALLDIR]var\log\shibboleth\stderr.log"'
                           Type='ownProcess' Start='auto' ErrorControl='ignore' />
           <ServiceControl Id='shibd_Default' Name='shibd_Default' Stop='both'  



More information about the commits mailing list