blob: e5afeffad61420e5f76fe09c057f245f2cd06570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|