From: Michael Jerris Date: Thu, 5 Aug 2010 23:53:14 +0000 (-0400) Subject: change to more typical path X-Git-Tag: v1.2-rc1~526^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ec015209768a14a66351781f88bc1024d0651e;p=thirdparty%2Ffreeswitch.git change to more typical path --- diff --git a/scripts/perl/multicast/send.pl b/scripts/perl/multicast/send.pl index ed4c84dfe2..c755a007bb 100755 --- a/scripts/perl/multicast/send.pl +++ b/scripts/perl/multicast/send.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use IO::Socket::INET; my ($ip, $port, $file) = @ARGV; diff --git a/scripts/perl/sendmail b/scripts/perl/sendmail index 3011ab3efd..1cf6f71d69 100644 --- a/scripts/perl/sendmail +++ b/scripts/perl/sendmail @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ################################################################################ # sendmail.pl #