initial checkin of the vserver tools
[infrastructure.git] / scripts / Makefile
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644 (file)
index 0000000..abd3d3f
--- /dev/null
@@ -0,0 +1,14 @@
+# $Id$
+# $URL$
+
+vhosts:
+       cat VSHOSTS
+
+vprobe:
+       vs-probe -f VSHOSTS > VSERVERS
+       @echo 'refreshed VSERVERS'
+       cat VSERVERS
+
+vcheck:
+       vs-netcheck -f VSERVERS
+