From 1e99dd0672b15943cdd2234f0243b31f1adb626f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 27 Dec 2009 19:49:17 -0500 Subject: [PATCH] Adjust the Makefile shipped with the website to kill invirt.fcgi, instead of main.fcgi. svn path=/trunk/packages/invirt-web/; revision=2795 --- code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Makefile b/code/Makefile index c406438..5b6a005 100644 --- a/code/Makefile +++ b/code/Makefile @@ -5,4 +5,4 @@ chmod: chmod -R g+w . 2>/dev/null || true kill: - -pkill main.fcgi + -pkill invirt.fcgi -- 1.7.9.5