Don't bork of there is no main.fcgi.
authorEvan Broder <broder@mit.edu>
Sat, 28 Feb 2009 02:13:11 +0000 (21:13 -0500)
committerEvan Broder <broder@mit.edu>
Sat, 28 Feb 2009 02:13:11 +0000 (21:13 -0500)
svn path=/trunk/packages/invirt-web/; revision=2231

code/Makefile

index ee8bbd9..b114e86 100644 (file)
@@ -7,7 +7,7 @@ chmod:
        chmod -R g+w . 2>/dev/null || true
 
 kill:
-       pkill main.fcgi
+       -pkill main.fcgi
 
 compile:
        for dir in $(DIRS); do \