summarylogtreecommitdiffstats
path: root/snort.install
blob: cd25b823338cbe221953e6cfc705d7cef07a2d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    /usr/bin/nohup /usr/bin/pulledpork_update.sh /etc/snort/rules/snort.rules > /dev/null 2>&1 &
    cat << EOF
>>> EDIT /etc/snort/homenet.lua file to match your local network.
>>> Add local rules to /etc/snort/rules/local.rules

>>> Note: ALERTs are automatically deleted after 60 days
>>>   use barnyard2 to store them in database
EOF
}

post_upgrade() {
    post_install $1
}

# vim:set ts=2 sw=2 et: