]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE4-reconfigure_message.patch
- add squid-2.5.STABLE5-range_offset_limit.patch patch; rel 2
[packages/squid.git] / squid-2.5.STABLE4-reconfigure_message.patch
1 Index: squid/src/main.c
2 diff -c squid/src/main.c:1.345.2.11 squid/src/main.c:1.345.2.12
3 *** squid/src/main.c:1.345.2.11 Sun Jun  8 17:28:46 2003
4 --- squid/src/main.c    Fri Sep 19 00:36:59 2003
5 ***************
6 *** 329,335 ****
7   static void
8   mainReconfigure(void)
9   {
10 !     debug(1, 1) ("Restarting Squid Cache (version %s)...\n", version_string);
11       reconfiguring = 1;
12       /* Already called serverConnectionsClose and ipcacheShutdownServers() */
13       serverConnectionsClose();
14 --- 329,335 ----
15   static void
16   mainReconfigure(void)
17   {
18 !     debug(1, 1) ("Reconfiguring Squid Cache (version %s)...\n", version_string);
19       reconfiguring = 1;
20       /* Already called serverConnectionsClose and ipcacheShutdownServers() */
21       serverConnectionsClose();
This page took 0.034546 seconds and 3 git commands to generate.