diff options
Diffstat (limited to 'net/srsh')
-rw-r--r-- | net/srsh/Makefile | 3 | ||||
-rw-r--r-- | net/srsh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/srsh/Makefile b/net/srsh/Makefile index 7d322aaa78a..92010d298e7 100644 --- a/net/srsh/Makefile +++ b/net/srsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/23 15:45:33 abs Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 18:19:41 wiz Exp $ # DISTNAME= srsh-1.2 @@ -6,6 +6,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us +COMMENT= emulate rsh client behavior using ssh .if !exists(/usr/bin/ssh) DEPENDS+= {ssh{,6}-*,openssh-*}:../../security/ssh diff --git a/net/srsh/pkg/COMMENT b/net/srsh/pkg/COMMENT deleted file mode 100644 index a030f2834a8..00000000000 --- a/net/srsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -emulate rsh client behavior using ssh |