From: Evan Broder Date: Mon, 28 Dec 2009 00:49:17 +0000 (-0500) Subject: Adjust the Makefile shipped with the website to kill invirt.fcgi, X-Git-Tag: 0.1.5~17 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/1e99dd0672b15943cdd2234f0243b31f1adb626f?hp=ef93f894aa9ab8d6dccb8a85324d6b2ebc69facf Adjust the Makefile shipped with the website to kill invirt.fcgi, instead of main.fcgi. svn path=/trunk/packages/invirt-web/; revision=2795 --- 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