#!/bin/sh
#
# Misc Packages that are available to be added to the Coyote boot disk

echo
echo "If you have a syslog server on your LAN you want Coyote to send its syslog"
echo "data to, you can specify the address here. If unsure or you do not have a"
echo "syslog server, leave this entry blank."
echo
echo -n "Syslog server address: "
read LOGGING_HOST
