From: rdw Date: Mon, 6 Aug 2012 14:12:05 +0000 (+0000) Subject: Add a 3 second pause between changing the path and restarting the service X-Git-Tag: 2.5.0~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=57c04a6604b871c498ed49c14ccd1879b77911d0 Add a 3 second pause between changing the path and restarting the service git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3755 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configs/SetService32.bat b/configs/SetService32.bat index 265b124..b0831d6 100644 --- a/configs/SetService32.bat +++ b/configs/SetService32.bat @@ -3,6 +3,7 @@ setlocal 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. \ No newline at end of file diff --git a/configs/SetService64.bat b/configs/SetService64.bat index 35c5fdb..c2704b5 100644 --- a/configs/SetService64.bat +++ b/configs/SetService64.bat @@ -3,6 +3,7 @@ setlocal 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. \ No newline at end of file