[cpp-sp COMMIT] in /branches/REL_2/configs: SetService32.bat SetService64.bat

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 6 10:12:05 EDT 2012


Author: rdw
Date: Mon Aug  6 10:12:05 2012
New Revision: 3755

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3755&view=rev
Log:
Add a 3 second pause between changing the path and restarting the service

Modified:
    branches/REL_2/configs/SetService32.bat
    branches/REL_2/configs/SetService64.bat

Modified: branches/REL_2/configs/SetService32.bat
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/SetService32.bat?rev=3755&r1=3754&r2=3755&view=diff
==============================================================================
--- branches/REL_2/configs/SetService32.bat (original)
+++ branches/REL_2/configs/SetService32.bat Mon Aug  6 10:12:05 2012
@@ -3,6 +3,7 @@
 
 sc stop shibd_default
 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
+ping 1.1.1.1 -n 1 -w 3000 > nul
 sc start shibd_default
 
 echo NOTE: You will need to manually adjust your IIS or Apache configuration to complete a switch to 32-bit use.

Modified: branches/REL_2/configs/SetService64.bat
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/SetService64.bat?rev=3755&r1=3754&r2=3755&view=diff
==============================================================================
--- branches/REL_2/configs/SetService64.bat (original)
+++ branches/REL_2/configs/SetService64.bat Mon Aug  6 10:12:05 2012
@@ -3,6 +3,7 @@
 
 sc stop shibd_default
 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
+ping 1.1.1.1 -n 1 -w 3000 > nul
 sc start shibd_default
 
 echo NOTE: You will need to manually adjust your IIS or Apache configuration to complete a switch to 64-bit use.



More information about the commits mailing list