summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkim <kim>1999-08-30 17:46:32 +0000
committerkim <kim>1999-08-30 17:46:32 +0000
commit27589e607944bc85c0a517bc6491fadb79d9c80a (patch)
tree78cc5002a2518c0396ce78d57b91433f229ecf52 /net
parent18e38f4432d907c3f8e21367d3b602d436f91361 (diff)
downloadpkgsrc-27589e607944bc85c0a517bc6491fadb79d9c80a.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')
-rw-r--r--net/srsh/Makefile16
-rw-r--r--net/srsh/files/md53
-rw-r--r--net/srsh/pkg/COMMENT1
-rw-r--r--net/srsh/pkg/DESCR2
-rw-r--r--net/srsh/pkg/PLIST3
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