diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-11 04:08:42 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-11 04:08:42 +0800 |
commit | 95bb99e2afd8c09ca5258fa775f80b42030bec6b (patch) | |
tree | 620bb9bce37a6178a62edcfda25bae6683a1677d /security/openssh-portable/Makefile | |
parent | f703b24680f2db093b51594e0b729e1dcf5f4720 (diff) | |
download | freebsd-ports-gnome-95bb99e2afd8c09ca5258fa775f80b42030bec6b.tar.gz freebsd-ports-gnome-95bb99e2afd8c09ca5258fa775f80b42030bec6b.tar.zst freebsd-ports-gnome-95bb99e2afd8c09ca5258fa775f80b42030bec6b.zip |
Fix FreeBSD specific patch, exit now if change of password fails.
Submitted by: Udo.Schweigert@cert.siemens.de
Reviewed by: dinoex,will
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 645e7dd9828d..534478df36d4 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh PORTVERSION= 2.9p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ |