diff options
author | kim <kim@pkgsrc.org> | 1999-08-30 17:46:32 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-08-30 17:46:32 +0000 |
commit | bdb6457bfe4ecf2b05c3401ab8a91015c256e6c3 (patch) | |
tree | 78cc5002a2518c0396ce78d57b91433f229ecf52 /net/srsh | |
parent | 97143dea69c03201f97d083dc67e1bd6e587db68 (diff) | |
download | pkgsrc-bdb6457bfe4ecf2b05c3401ab8a91015c256e6c3.tar.gz |
The srsh command will run ssh from your current path with options
that make it very quiet, similar to rsh. Nice for rdist, cvs, etc.
Diffstat (limited to 'net/srsh')
-rw-r--r-- | net/srsh/Makefile | 16 | ||||
-rw-r--r-- | net/srsh/files/md5 | 3 | ||||
-rw-r--r-- | net/srsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/srsh/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/srsh/pkg/PLIST | 3 |
5 files changed, 25 insertions, 0 deletions
diff --git a/net/srsh/Makefile b/net/srsh/Makefile new file mode 100644 index 00000000000..7635a3bf119 --- /dev/null +++ b/net/srsh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/30 17:46:32 kim Exp $ +# + +DISTNAME= srsh-1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +DEPENDS+= ssh-*:../../security/ssh + +NO_CONFIGURE= yes +ALL_TARGET= all PREFIX=${PREFIX} +INSTALL_TARGET= install PREFIX=${PREFIX} + +.include "../../mk/bsd.pkg.mk" diff --git a/net/srsh/files/md5 b/net/srsh/files/md5 new file mode 100644 index 00000000000..5a4484f3522 --- /dev/null +++ b/net/srsh/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/30 17:46:32 kim Exp $ + +MD5 (srsh-1.1.tar.gz) = e32f0ad1fa61180cf5219798c8e6d730 diff --git a/net/srsh/pkg/COMMENT b/net/srsh/pkg/COMMENT new file mode 100644 index 00000000000..a030f2834a8 --- /dev/null +++ b/net/srsh/pkg/COMMENT @@ -0,0 +1 @@ +emulate rsh client behavior using ssh diff --git a/net/srsh/pkg/DESCR b/net/srsh/pkg/DESCR new file mode 100644 index 00000000000..aeef57ca944 --- /dev/null +++ b/net/srsh/pkg/DESCR @@ -0,0 +1,2 @@ +The srsh command will run ssh from your current path with options +that make it very quiet, similar to rsh. diff --git a/net/srsh/pkg/PLIST b/net/srsh/pkg/PLIST new file mode 100644 index 00000000000..dceaef2e682 --- /dev/null +++ b/net/srsh/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/30 17:46:32 kim Exp $ +bin/srsh +man/man1/srsh.1 |