summaryrefslogtreecommitdiff
path: root/net-mgmt/netdisco/files/localenv.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netdisco/files/localenv.in')
-rw-r--r--net-mgmt/netdisco/files/localenv.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/netdisco/files/localenv.in b/net-mgmt/netdisco/files/localenv.in
deleted file mode 100644
index e1bc04752b1b..000000000000
--- a/net-mgmt/netdisco/files/localenv.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/local/bin/perl
-
-use strict;
-use warnings;
-
-use lib '%%ETCDIR%%/perl5/lib/perl5';
-use local::lib '%%ETCDIR%%/perl5';
-
-unless ( caller ) {
- if ( @ARGV ) {
- exec @ARGV;
- }
-}
-