freebsd-ports/Tools/portbuild/scripts/checkmachines.sh
2002-02-11 01:55:29 +00:00

10 lines
180 B
Bash
Executable file

#!/bin/sh
#
# Start the checkmachines script in the background, at system startup.
s=/var/portbuild/scripts/checkmachines
if [ -x $s ]; then
$s &
echo -n ' checkmachines'
fi