#

if [ -f /etc/tux/pkg/snort/snortcfg ]
then
	echo "Using snort config file from the boot floppy"
	cp /etc/tux/pkg/snort/snortcf /etc/snort/snort.conf
else
	echo "Trusting trinux to configure snort automatically"
fi

cd /etc/snort
snort -D -A fast -c /etc/snort/snort.conf ip
