From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/fsh/DESCR | 5 +++++ security/fsh/PLIST | 16 ++++++++++++++++ security/fsh/pkg/DESCR | 5 ----- security/fsh/pkg/PLIST | 16 ---------------- 4 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 security/fsh/DESCR create mode 100644 security/fsh/PLIST delete mode 100644 security/fsh/pkg/DESCR delete mode 100644 security/fsh/pkg/PLIST (limited to 'security/fsh') diff --git a/security/fsh/DESCR b/security/fsh/DESCR new file mode 100644 index 00000000000..24af79bd4c6 --- /dev/null +++ b/security/fsh/DESCR @@ -0,0 +1,5 @@ +The problem: logging in to a remote system with a cryptographic solution +such as lsh or ssh takes time, due to the computationally expensive key +exchanges that occur when the connection is established. The solution: +reuse the secure tunnel once it has been established. fsh is a drop-in +rsh-compatible replacement for ssh that automatically reuses ssh tunnels. diff --git a/security/fsh/PLIST b/security/fsh/PLIST new file mode 100644 index 00000000000..7120dc99c6e --- /dev/null +++ b/security/fsh/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:41 zuntum Exp $ +bin/fcp +bin/fsh +bin/fshd +bin/in.fshd +libexec/fcpwrap +share/fsh/fsh.py +share/fsh/fshconfig.py +share/fsh/fshd.py +share/fsh/fshlib.py +share/fsh/fshversion.py +share/fsh/infshd.py +@unexec install-info --delete %D/info/fsh.info %D/info/dir +info/fsh.info +@exec install-info %D/info/fsh.info %D/info/dir +@dirrm share/fsh diff --git a/security/fsh/pkg/DESCR b/security/fsh/pkg/DESCR deleted file mode 100644 index 24af79bd4c6..00000000000 --- a/security/fsh/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -The problem: logging in to a remote system with a cryptographic solution -such as lsh or ssh takes time, due to the computationally expensive key -exchanges that occur when the connection is established. The solution: -reuse the secure tunnel once it has been established. fsh is a drop-in -rsh-compatible replacement for ssh that automatically reuses ssh tunnels. diff --git a/security/fsh/pkg/PLIST b/security/fsh/pkg/PLIST deleted file mode 100644 index 50090dd6a46..00000000000 --- a/security/fsh/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/12/14 11:55:04 wiz Exp $ -bin/fcp -bin/fsh -bin/fshd -bin/in.fshd -libexec/fcpwrap -share/fsh/fsh.py -share/fsh/fshconfig.py -share/fsh/fshd.py -share/fsh/fshlib.py -share/fsh/fshversion.py -share/fsh/infshd.py -@unexec install-info --delete %D/info/fsh.info %D/info/dir -info/fsh.info -@exec install-info %D/info/fsh.info %D/info/dir -@dirrm share/fsh -- cgit v1.2.3