--------------------- PatchSet 4850 Date: 2002/09/01 20:42:43 Author: serassio Branch: nt-2_5 Tag: (none) Log: Updated update.cmd Members: port/win32/update.cmd:1.1.2.12->1.1.2.13 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -u -r1.1.2.12 -r1.1.2.13 --- squid/port/win32/update.cmd 24 Aug 2002 10:06:51 -0000 1.1.2.12 +++ squid/port/win32/update.cmd 1 Sep 2002 20:42:43 -0000 1.1.2.13 @@ -1,5 +1,15 @@ @echo off if %1==release net stop "SquidNT" + +if not exist %2 md %2 +if not exist %2\bin md %2\bin +if not exist %2\sbin md %2\sbin +if not exist %2\libexec md %2\libexec +if not exist %2\etc md %2\etc +if not exist %2\var\logs md %2\var\logs +if not exist %2\share\errors\english md %2\share\errors\english +if not exist %2\share\icons md %2\share\icons + copy %0\..\squid\%1\squid.exe %2\sbin\squid.exe copy %0\..\unlinkd\%1\unlinkd.exe %2\libexec\unlinkd.exe copy %0\..\dnsserver\%1\dnsserver.exe %2\libexec\dnsserver.exe @@ -7,18 +17,29 @@ copy %0\..\squidclient\%1\squidclient.exe %2\bin\squidclient.exe copy %0\..\fake_auth\%1\fake_auth.exe %2\libexec\fakeauth_auth.exe copy %0\..\nt_auth\%1\nt_auth.exe %2\libexec\nt_auth.exe -copy %0\..\..\..\helpers\basic_auth\win32_locallogon\readme.txt %2\docs\nt_auth.txt copy %0\..\ncsa_auth\%1\ncsa_auth.exe %2\libexec\ncsa_auth.exe copy %0\..\ntlm_win32_auth\%1\ntlm_win32_auth.exe %2\libexec\ntlm_win32_auth.exe -copy %0\..\..\..\helpers\ntlm_auth\NTLMSSP-WIN32\readme.txt %2\docs\ntlm_win32_auth.txt copy %0\..\ldap_auth\%1\ldap_auth.exe %2\libexec\ldap_auth.exe rem copy %0\..\..\contrib\htpasswd\%1\htpasswd.exe %2\htpasswd.exe copy %0\..\win32_check_group\%1\win32_check_group.exe %2\libexec\win32_check_group.exe -copy %0\..\..\..\helpers\external_acl\win32_group\readme.txt %2\docs\win32_check_group.txt copy %0\..\cachemgr\%1\cachemgr.exe %2\libexec\cachemgr.cgi rem copy %0\..\..\contrib\chpasswd\%1\chpasswd.exe %2\cgi-bin\chpasswd.cgi + copy %0\..\..\..\src\squid.conf.default %2\etc\squid.conf.default copy %0\..\..\..\src\mime.conf.default %2\etc\mime.conf.default + +copy %0\..\..\..\errors\english\err_* %2\share\errors\english > NUL + +copy %0\..\..\..\icons\*.gif %2\share\icons > NUL + +copy %0\..\..\..\helpers\ntlm_auth\NTLMSSP-WIN32\readme.txt %2\docs\ntlm_win32_auth.txt +copy %0\..\..\..\helpers\external_acl\win32_group\readme.txt %2\docs\win32_check_group.txt +copy %0\..\..\..\helpers\basic_auth\win32_locallogon\readme.txt %2\docs\nt_auth.txt +copy %0\..\..\..\doc\win32-relnotes.txt %2\docs\win32-relnotes.txt +copy %0\..\..\..\doc\debug-sections.txt %2\docs\debug-sections.txt +copy %0\..\..\..\doc\HTTP-codes.txt %2\docs\HTTP-codes.txt +copy %0\..\..\..\doc\release-notes\release-2.5.html %2\docs\release-2.5.html + copy %0\..\..\..\README %2\README copy %0\..\..\..\COPYRIGHT %2\COPYRIGHT copy %0\..\..\..\COPYING %2\COPYING