From 8e16100d1fa056f122459b99d017f2a1a14d16c4 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 19 May 1998 13:31:49 +0000 Subject: Don't hardcode the location of the Perl binary in the tcpdump2xplot Perl script. Pointed out by Manuel Bouyer. --- x11/xplot/patches/patch-ab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/xplot') diff --git a/x11/xplot/patches/patch-ab b/x11/xplot/patches/patch-ab index 25fcc3ee13d..eb85de2aa86 100644 --- a/x11/xplot/patches/patch-ab +++ b/x11/xplot/patches/patch-ab @@ -2,7 +2,7 @@ +++ tcpdump2xplot.pl Sun Dec 14 00:45:56 1997 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -+#!/usr/pkg/bin/perl ++#!/usr/bin/env perl # -*- Perl -*- # # Copyright 1996 Massachusetts Institute of Technology -- cgit v1.2.3