Update to version 1.2e

This commit is contained in:
margarida 2003-11-02 02:34:19 +00:00
parent a125d07a34
commit 77e04635b7
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2003/02/16 19:02:19 margarida Exp $
# $OpenBSD: Makefile,v 1.5 2003/11/02 02:34:19 margarida Exp $
COMMENT= "SSH monitoring"
VERSION= 1.2d
VERSION= 1.2e
DISTNAME= autossh-${VERSION}
CATEGORIES= sysutils

View File

@ -1,3 +1,3 @@
MD5 (autossh-1.2d.tgz) = 6e73d325a8286ac3d8eddf63f2043d0d
RMD160 (autossh-1.2d.tgz) = f91b58ec757618484eb8ec646a329324ebd95313
SHA1 (autossh-1.2d.tgz) = 9a1d56a98dcf40187b3288b9130766473706b40c
MD5 (autossh-1.2e.tgz) = a87ab44e866160e7be90c1e7969136be
RMD160 (autossh-1.2e.tgz) = c3d010844d5aefe5298fc6c276cfbf76525fd5be
SHA1 (autossh-1.2e.tgz) = 20156aceefeb1242bac98cac732841af56e79d67

View File

@ -2,5 +2,3 @@ autossh is a program to start a copy of SSH and monitor it, restarting
it as necessary should it die or stop passing traffic.
The idea and the mechanism are from rstunnel (Reliable SSH Tunnel),
but implemented in C.
WWW: ${HOMEPAGE}