Adjust the Makefile shipped with the website to kill invirt.fcgi,
authorEvan Broder <broder@mit.edu>
Mon, 28 Dec 2009 00:49:17 +0000 (19:49 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 28 Dec 2009 00:49:17 +0000 (19:49 -0500)
instead of main.fcgi.

svn path=/trunk/packages/invirt-web/; revision=2795

code/Makefile

index c406438..5b6a005 100644 (file)
@@ -5,4 +5,4 @@ chmod:
        chmod -R g+w . 2>/dev/null || true
 
 kill:
-       -pkill main.fcgi
+       -pkill invirt.fcgi