summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-ad
blob: 1b11030fedf6f7f448fd0902ce3b8e6f1c55485f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 1998/08/07 11:14:27 agc Exp $

--- src/redirect.c.dist	Wed Apr 16 07:26:02 1997
+++ src/redirect.c	Sun Jul  6 01:01:21 1997
@@ -154,7 +154,7 @@
     fclose(debug_log);
     close(fd);
     close(cfd);
-    execlp(command, "(redirector)", NULL);
+    execlp(command, command, NULL);
     debug(50, 0, "redirect_create_redirector: %s: %s\n", command, xstrerror());
     _exit(1);
     return 0;