$OpenBSD: patch-lib_Video_DVDRip_Cluster_Master_pm,v 1.1 2004/07/03 18:32:11 sturm Exp $
--- lib/Video/DVDRip/Cluster/Master.pm.orig	Tue Jan 28 21:19:57 2003
+++ lib/Video/DVDRip/Cluster/Master.pm	Sat Jul  3 20:24:30 2004
@@ -119,14 +119,6 @@ sub check_prerequisites {
 	croak "/usr/sbin/fping is not suid root"
 		if not $suid or $uid != 0;
 
-	# search for pstree
-	my @path = split(":", $ENV{PATH});
-	my $found = 0;
-	foreach my $path ( @path ) {
-		$found = 1, last if -x "$path/pstree";
-	}
-
-	croak "pstree not found in PATH" if not $found;
 
 	1;
 }
