source: trunk/packages/invirt-web/code/Makefile

Last change on this file was 2795, checked in by broder, 14 years ago

Adjust the Makefile shipped with the website to kill invirt.fcgi,
instead of main.fcgi.

File size: 126 bytes
Line 
1all: kill chmod
2
3chmod:
4        chgrp -R invirt . 2>/dev/null || true
5        chmod -R g+w . 2>/dev/null || true
6
7kill:
8        -pkill invirt.fcgi
Note: See TracBrowser for help on using the repository browser.