From: Dirk Koopman Date: Thu, 21 May 2015 20:22:23 +0000 (+0100) Subject: use #!/usr/bin/env rather than /bin/env X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b49fe47b37249d748f0a52fe2a778d4bc27232f;p=spider.git use #!/usr/bin/env rather than /bin/env --- diff --git a/perl/callbot.pl b/perl/callbot.pl index a1150bb1..ba9f99f0 100755 --- a/perl/callbot.pl +++ b/perl/callbot.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # an attempt at producing a general purpose 'bot' for going and getting # things orf the web and presenting them to user in a form they want diff --git a/perl/cluster.pl b/perl/cluster.pl index 98efced9..e64f5586 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # This is the DX cluster 'daemon'. It sits in the middle of its little # web of client routines sucking and blowing data where it may. diff --git a/perl/connect.pl b/perl/connect.pl index f3f33215..32935cb8 100755 --- a/perl/connect.pl +++ b/perl/connect.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # connect to an external entity # diff --git a/perl/console.pl b/perl/console.pl index 7bcb2abd..720d2575 100755 --- a/perl/console.pl +++ b/perl/console.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # this is the operators console. # diff --git a/perl/convert_users.pl b/perl/convert_users.pl index d33899c2..dbf9fb03 100755 --- a/perl/convert_users.pl +++ b/perl/convert_users.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Export the user file in a form that can be directly imported # back with a do statement diff --git a/perl/convkeps.pl b/perl/convkeps.pl index 4f8192b3..5c8cc077 100755 --- a/perl/convkeps.pl +++ b/perl/convkeps.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Convert an Amsat 2 line keps bull into Sun.pm format # diff --git a/perl/create_prefix.pl b/perl/create_prefix.pl index 1923bc3e..43501eea 100755 --- a/perl/create_prefix.pl +++ b/perl/create_prefix.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # a program to create a prefix file from a wpxloc.raw file # # Copyright (c) - Dirk Koopman G1TLH diff --git a/perl/create_qsl.pl b/perl/create_qsl.pl index e4510afd..2cca7b31 100755 --- a/perl/create_qsl.pl +++ b/perl/create_qsl.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Implement a 'GO' database list # diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index c4bd2fb6..31c208b0 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # create a NEW user database and the sysop record # diff --git a/perl/create_usdb.pl b/perl/create_usdb.pl index 76b91e3d..5dcd40df 100755 --- a/perl/create_usdb.pl +++ b/perl/create_usdb.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # create a USDB file from a standard raw file (which is GZIPPED BTW) # diff --git a/perl/dxcc.pl b/perl/dxcc.pl index 4d903624..cee6a2d2 100755 --- a/perl/dxcc.pl +++ b/perl/dxcc.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Analyse the dxcc info in the prefix database, listing the 'official' country and its number # and also looking for duplicates and missing numbers diff --git a/perl/dxoldtonew.pl b/perl/dxoldtonew.pl index 27ccf012..3a2491f8 100755 --- a/perl/dxoldtonew.pl +++ b/perl/dxoldtonew.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # convert an AK1A DX.DAT file to comma delimited form # diff --git a/perl/export_opernam.pl b/perl/export_opernam.pl index 2bbfee9b..e105d81c 100755 --- a/perl/export_opernam.pl +++ b/perl/export_opernam.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # export a standard ak1a opernam.dat file into CSV format. # diff --git a/perl/gen_usdb_data.pl b/perl/gen_usdb_data.pl index 14d18d6b..7c9d47e2 100755 --- a/perl/gen_usdb_data.pl +++ b/perl/gen_usdb_data.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Something to create my subset of the US call book data, # in my flat file form, either from the main data base or diff --git a/perl/hlptohtml.pl b/perl/hlptohtml.pl index 0e00607e..9bebb9c0 100755 --- a/perl/hlptohtml.pl +++ b/perl/hlptohtml.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # A program to split out the Command_en.hlp file into two # html documents, one for sysops, one for users diff --git a/perl/importkeps.pl b/perl/importkeps.pl index afbeab4b..3ce83317 100644 --- a/perl/importkeps.pl +++ b/perl/importkeps.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Take a 2 line keps email file on STDIN, prepare it for import into standard import directory # and then shove it there, marked for SB ALL. diff --git a/perl/importwwv.pl b/perl/importwwv.pl index d121658a..285016e9 100755 --- a/perl/importwwv.pl +++ b/perl/importwwv.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Process and import for mail WWV and Solar Data # diff --git a/perl/issue.pl b/perl/issue.pl index 5b968dfe..fd09e859 100755 --- a/perl/issue.pl +++ b/perl/issue.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # create a version and build id for the project using git ids # diff --git a/perl/lock_nodes.pl b/perl/lock_nodes.pl index 92878a7d..0afad397 100755 --- a/perl/lock_nodes.pl +++ b/perl/lock_nodes.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # remove all records with the sysop/cluster callsign and recreate # it from the information contained in DXVars diff --git a/perl/log2csv.pl b/perl/log2csv.pl index 6284e2be..8c818ad6 100755 --- a/perl/log2csv.pl +++ b/perl/log2csv.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # convert a DXSpider Log file to csv format # diff --git a/perl/process_ursa.pl b/perl/process_ursa.pl index 1f4726e0..9196169f 100644 --- a/perl/process_ursa.pl +++ b/perl/process_ursa.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # Process and import for mail SIDC Ursagrams # diff --git a/perl/spot2csv.pl b/perl/spot2csv.pl index 62144e25..228208eb 100755 --- a/perl/spot2csv.pl +++ b/perl/spot2csv.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # convert a DXSpider Spot file to csv format # diff --git a/perl/talias.pl b/perl/talias.pl index 42fbbdbe..1cf70e82 100755 --- a/perl/talias.pl +++ b/perl/talias.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # alias testing tool # diff --git a/perl/test_lastid.pl b/perl/test_lastid.pl index 06b0b653..5492e1b3 100755 --- a/perl/test_lastid.pl +++ b/perl/test_lastid.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl my $pc9x_past_age = 3600; my $pc9x_future_age = 3600*2; diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index f7adc6dc..f76dc725 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # # remove all records with the sysop/cluster callsign and recreate # it from the information contained in DXVars diff --git a/perl/winclient.pl b/perl/winclient.pl index df83e87e..f556b102 100755 --- a/perl/winclient.pl +++ b/perl/winclient.pl @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl # The rudimentary beginnings of a Spider client which is known to run on ActiveState # Perl under Win32 #