diff options
author | Brian Feldman <green@FreeBSD.org> | 2004-04-23 15:18:28 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2004-04-23 15:18:28 +0000 |
commit | 6e715ac8f59862d279e1d20c85e3cc2b3adf5684 (patch) | |
tree | 0aaa80169663c382187b9a441fd874519c72c9a8 /security/cfs/files/patch-ac | |
parent | Back out unapproved commit in freeze period. (diff) |
Committing stuff during ports freezes is generally frowned upon.
Notes
Notes:
svn path=/head/; revision=107800
Diffstat (limited to 'security/cfs/files/patch-ac')
-rw-r--r-- | security/cfs/files/patch-ac | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/security/cfs/files/patch-ac b/security/cfs/files/patch-ac index bd3f9d95a2fa..bf63c532aede 100644 --- a/security/cfs/files/patch-ac +++ b/security/cfs/files/patch-ac @@ -1,22 +1,8 @@ ---- cfssh.orig Wed Dec 3 16:21:40 1997 -+++ cfssh Tue Apr 20 19:45:17 2004 -@@ -1,15 +1,16 @@ +--- 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 - exit - fi - export PS1="crypto:`basename $1`$ " --D=.$RANDOM.$RANDOM -+set -- $1 `dd if=/dev/urandom bs=8 count=1 2>/dev/null | od -D` -+D=.$3.$4 - cattach $1 $D || exit 1 - echo "Directory is /crypt/$D" - cd /crypt/$D --D=" " -+D=" " - CWD=`/bin/pwd` - D=`basename $CWD` - PWD=$CWD |