blob: 76b0225eff0642634e7ab067d70b4fc4b6b5f4c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /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
|