--------------------- PatchSet 3461 Date: 2001/12/08 15:59:39 Author: serassio Branch: cygwin-svc Tag: (none) Log: Changed WIN32 service dependencies Members: src/win32.c:1.1.50.6.2.18->1.1.50.6.2.19 Index: squid/src/win32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/win32.c,v retrieving revision 1.1.50.6.2.18 retrieving revision 1.1.50.6.2.19 diff -u -r1.1.50.6.2.18 -r1.1.50.6.2.19 --- squid/src/win32.c 5 Dec 2001 20:01:21 -0000 1.1.50.6.2.18 +++ squid/src/win32.c 8 Dec 2001 15:59:39 -0000 1.1.50.6.2.19 @@ -597,7 +597,7 @@ (const char *) szPath, /* service's binary */ NULL, /* no load ordering group */ NULL, /* no tag identifier */ - "Tcpip\0Afd\0", /* dependencies */ + "Tcpip\0AFD\0", /* dependencies */ NULL, /* LocalSystem account */ NULL); /* no password */ if (schService) {