diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-05-23 01:02:39 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-05-23 01:02:39 +0000 |
commit | 865ed821c56c209d6570dd8efb0f435bb3345c7f (patch) | |
tree | caa7a3c65a73ed9ff77e528e19437d1b80043346 /security/cfs/files/patch-ac | |
parent | 0f36f7b097a8c1adb1348f845cc7f22089945279 (diff) | |
download | ports-865ed821c56c209d6570dd8efb0f435bb3345c7f.tar.gz ports-865ed821c56c209d6570dd8efb0f435bb3345c7f.zip |
Update to cfs version 1.4.0 beta 2.
Submitted by: Ollivier Robert <roberto@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=28695
Diffstat (limited to 'security/cfs/files/patch-ac')
-rw-r--r-- | security/cfs/files/patch-ac | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/security/cfs/files/patch-ac b/security/cfs/files/patch-ac index 810482602cee..bf63c532aede 100644 --- a/security/cfs/files/patch-ac +++ b/security/cfs/files/patch-ac @@ -1,21 +1,8 @@ ---- ssh.1.orig Sat Jan 1 04:35:00 1994 -+++ ssh.1 Sun Sep 20 17:59:46 1998 -@@ -1,14 +1,14 @@ - .TH SSH 1 "" - .SH NAME --ssh - (somewhat) secure CFS shell -+cfssh - (somewhat) secure CFS shell - .SH SYNOPSIS --.B ssh -+.B cfssh - \fIdirectory\fP - .SH DESCRIPTION --\fBssh\fP uses \fBcattach\fP(1) to associate the encrypted -+\fBcfssh\fP uses \fBcattach\fP(1) to associate the encrypted - \fIdirectory\fP (previously created with \fBcmkdir\fP(1)) with a - randomly selected name. Once the correct passphrase is provided, --\fBssh\fP invokes a new shell with the random directory in /crypt as its -+\fBcfssh\fP invokes a new shell with the random directory in /crypt as its - working directory. - When the shell exits, the temporary attach name is deleted with - cdetach(1). +--- cfssh.orig Mon May 22 20:56:00 2000 ++++ cfssh Mon May 22 20:56:11 2000 +@@ -1,4 +1,4 @@ +-#!/bin/ksh ++#!/bin/sh + + if [ -z "$1" ]; then + echo Usage: cfssh directory |