[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 7 15:08:42 BST 2012
Author: scantor
Date: Thu Jun 7 15:08:42 2012
New Revision: 3698
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3698&view=rev
Log:
Remove extra slash from paths
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=3698&r1=3697&r2=3698&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-exe-x86.wxs Thu Jun 7 15:08:42 2012
@@ -131,7 +131,7 @@
<ServiceInstall Id='shibd' Name='shibd_Default'
DisplayName='Shibboleth 2 Daemon (Default)'
Display='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"'
+ 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'
Remove='uninstall' Start='install' Wait='no' />
More information about the commits
mailing list