#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2000/01/15 21:58:29 wiz Exp $
#

case "$2" in
	DEINSTALL) cat <<EOF

========================================================
If you don't need the logfiles created by snort anymore,
delete the directory /var/log/snort.
========================================================

EOF
	;;
esac
