head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.02.03.17.11.47;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2001.03.09.19.50.11;	author sf;	state Exp;
branches;
next	;


desc
@@


1.2
log
@I hope rarlab would keep releasing FreeBSD binary.

PR:	47839
@
text
@#!/bin/sh

if kldstat -v | grep -q linuxelf; then exit; fi

cat <<_E_O_F_
This port requires linux emulator activated before extract distfile.
_E_O_F_
exit 1
@


1.1
log
@o update to 2.80.
o show message to activate linuxulator to make extract.
@
text
@@

