summaryrefslogtreecommitdiff
path: root/net/snort/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/snort/DEINSTALL')
-rw-r--r--net/snort/DEINSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/snort/DEINSTALL b/net/snort/DEINSTALL
new file mode 100644
index 00000000000..e5afeffad61
--- /dev/null
+++ b/net/snort/DEINSTALL
@@ -0,0 +1,16 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:59:01 zuntum 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