diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-02 16:36:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-02 16:36:13 +0800 |
commit | d95e092b9907238b28b077f07a950337a55f266f (patch) | |
tree | 201c37783846741b5c2d48d05f81766f7f9141b4 /security/sshit/Makefile | |
parent | 7a3555b9ffcb58a31c63ed7de0a46c01235a4181 (diff) | |
download | freebsd-ports-graphics-d95e092b9907238b28b077f07a950337a55f266f.tar.gz freebsd-ports-graphics-d95e092b9907238b28b077f07a950337a55f266f.tar.zst freebsd-ports-graphics-d95e092b9907238b28b077f07a950337a55f266f.zip |
- Make sshit catch this type of error login:
PAM: authentication error for lissyara from 192.168.254.193
PR: ports/114194
Submitted by: Alex Keda <admin at lissyara.su>
Approved by: maintainer via irc
Diffstat (limited to 'security/sshit/Makefile')
-rw-r--r-- | security/sshit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sshit/Makefile b/security/sshit/Makefile index a06263f3a04..7616c0b65b6 100644 --- a/security/sshit/Makefile +++ b/security/sshit/Makefile @@ -7,6 +7,7 @@ PORTNAME= sshit PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://anp.ath.cx/sshit/ \ ${MASTER_SITE_LOCAL} |