#!/bin/sh
#
# Services Check Generate Script

################################################################

SERVDEST="`pwd`"
cat >serviceschk <<EOT
#!/bin/sh

SERVPATH=$SERVDEST
EOT
cat >>serviceschk <<EOT

EOT

cat doc/chkscript >> serviceschk
chmod 775 serviceschk
echo "Creating Services Check File... "
