projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef93f89
)
Adjust the Makefile shipped with the website to kill invirt.fcgi,
author
Evan Broder
<broder@mit.edu>
Mon, 28 Dec 2009 00:49:17 +0000
(19:49 -0500)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/code/Makefile
b/code/Makefile
index
c406438
..
5b6a005
100644
(file)
--- 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