aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-06-22 09:30:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-06-22 09:30:27 +0000
commita0a221bc9cca426bbe5b0959be8e63b4f51c49f4 (patch)
tree7caae36c36273fe19d1bcd3b99a75fd6d8726430 /Tools
parent8ec91a7640ec92bafeab7f588ce5c24164ab5bd9 (diff)
downloadports-a0a221bc9cca426bbe5b0959be8e63b4f51c49f4.tar.gz
ports-a0a221bc9cca426bbe5b0959be8e63b4f51c49f4.zip
A little script to fire up checkmachines. Put in /usr/local/etc/rc.d.
Notes
Notes: svn path=/head/; revision=19628
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/checkmachines.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/checkmachines.sh b/Tools/portbuild/scripts/checkmachines.sh
new file mode 100755
index 000000000000..2e7f0c5deea6
--- /dev/null
+++ b/Tools/portbuild/scripts/checkmachines.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+s=/a/asami/portbuild/scripts/checkmachines
+
+if [ -x $s ]; then
+ $s &
+ echo -n ' checkmachines'
+fi