--------------------- PatchSet 4909 Date: 2002/09/08 07:41:39 Author: serassio Branch: nt-2_5 Tag: (none) Log: Updated 'update.cmd' build script Members: port/win32/update.cmd:1.1.2.13->1.1.2.14 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.2.13 retrieving revision 1.1.2.14 diff -u -r1.1.2.13 -r1.1.2.14 --- squid/port/win32/update.cmd 1 Sep 2002 20:42:43 -0000 1.1.2.13 +++ squid/port/win32/update.cmd 8 Sep 2002 07:41:39 -0000 1.1.2.14 @@ -5,6 +5,7 @@ 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\docs md %2\docs 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 @@ -20,10 +21,8 @@ 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\..\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\..\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 @@ -48,4 +47,5 @@ copy %0\..\..\..\SPONSORS %2\SPONSORS copy %0\..\..\..\QUICKSTART %2\QUICKSTART copy %0\..\..\..\ChangeLog %2\ChangeLog + if %1==release net start "SquidNT"