initial checkin of the vserver tools
[infrastructure.git] / scripts / Makefile
1 # $Id$
2 # $URL$
3
4 vhosts:
5         cat VSHOSTS
6
7 vprobe:
8         vs-probe -f VSHOSTS > VSERVERS
9         @echo 'refreshed VSERVERS'
10         cat VSERVERS
11
12 vcheck:
13         vs-netcheck -f VSERVERS
14