head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.10.04.23.16.30;	author rene;	state dead;
branches;
next	1.1;

1.1
date	2005.04.12.09.06.25;	author flz;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired port:
2011-10-04 security/cfs: Locks don't work, ports/137378, unmaintained, dead upstream, insecure
@
text
@
$FreeBSD: ports/security/cfs/files/patch-cfssh,v 1.1 2005/04/12 09:06:25 flz Exp $

--- 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
@


1.1
log
@- Merge and split existing patch-a[a-f] files.
- Fix types issues on 64-bits architectures.

PR:		ports/75878
Submitted by:	Ville-Pertti Keinonen <will@@exomi.com>
Approved by:	maintainer timeout (3 months)
@
text
@d2 1
a2 1
$FreeBSD$
@

