source:
trunk/packages/invirt-web/code/Makefile
@
2813
Last change on this file since 2813 was 2795, checked in by broder, 15 years ago | |
---|---|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[2737] | 1 | all: kill chmod |
[205] | 2 | |
[628] | 3 | chmod: |
[1318] | 4 | chgrp -R invirt . 2>/dev/null || true |
[628] | 5 | chmod -R g+w . 2>/dev/null || true |
6 | ||
[583] | 7 | kill: |
[2795] | 8 | -pkill invirt.fcgi |
Note: See TracBrowser
for help on using the repository browser.