diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-10-04 23:16:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-10-04 23:16:30 +0000 |
commit | e76ee98c1a4922a71acb271a4b63dced2205d6fa (patch) | |
tree | 696011f71468eb4d996e2d405b11f9f6986142e3 /security/cfs/files/patch-cfssh | |
parent | Update and demote CONFLICTS to CONFLICTS_INSTALL. (diff) |
Remove expired port:
2011-10-04 security/cfs: Locks don't work, ports/137378, unmaintained, dead upstream, insecure
Notes
Notes:
svn path=/head/; revision=282956
Diffstat (limited to 'security/cfs/files/patch-cfssh')
-rw-r--r-- | security/cfs/files/patch-cfssh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/security/cfs/files/patch-cfssh b/security/cfs/files/patch-cfssh deleted file mode 100644 index 9704ba6f7419..000000000000 --- a/security/cfs/files/patch-cfssh +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- cfssh.orig -+++ cfssh -@@ -1,15 +1,16 @@ --#!/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 |