summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4ce9e31)
kill.cgi has been broken for a while, and the Makefile has the wrong URI
for dev anyway.
svn path=/trunk/packages/invirt-web/; revision=2183
chmod -R g+w . 2>/dev/null || true
kill:
chmod -R g+w . 2>/dev/null || true
kill:
- wget http://xvm.mit.edu/kill.cgi -O /dev/null -nv || true
compile:
for dir in $(DIRS); do \
compile:
for dir in $(DIRS); do \
+++ /dev/null
-#!/bin/sh
-pkill main.fcgi
-echo "Content-Type: text/plain"
-echo
-echo "Killed."