---
name: scanlogd
version: 2.2.6_1
origin: security/scanlogd
comment: TCP port scan detection tool
arch: freebsd:9:x86:64
www: http://openwall.com/scanlogd/
maintainer: novel@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 14474
desc: "scanlogd is a TCP port scan detection tool, originally designed to illustrate
  \nvarious attacks an IDS developer has to deal with. Unlike some of the other \nport
  scan detection tools out there, scanlogd is designed to be totally safe \nto use.\n\nWWW:
  http://openwall.com/scanlogd/\n\n-Roman Bogorodskiy\n<bogorodskiy@inbox.ru>\n"
categories: [security]
files:
  /usr/local/bin/scanlogd: ec0a0634e3534fb647e35b2a4ec102da147cfca205c7b156a1fae5421dba774c
  /usr/local/etc/rc.d/scanlogd: 3af8923d1defa26142610a2037444a8e9161853bf4cb8e25890ea20fc83cafba
  /usr/local/man/man8/scanlogd.8.gz: 982b0cdc84bc5f03e7ccc79071a225c5d85d73de4f1f5e9e21912fa8828ad816
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  ----------------------------------------------------------------------------

  scanlogd requires a separate user and group named 'scanlogd' to run.
  You will need to create these manually. For example:

  pw groupadd scanlogd
  pw useradd scanlogd -d /nonexistent -g scanlogd -s /sbin/nologin -c SCANLOGD

  ----------------------------------------------------------------------------
