diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.14.3/debian/libnet_config_path.diff')
| -rw-r--r-- | meta/recipes-devtools/perl/perl-5.14.3/debian/libnet_config_path.diff | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.14.3/debian/libnet_config_path.diff b/meta/recipes-devtools/perl/perl-5.14.3/debian/libnet_config_path.diff new file mode 100644 index 0000000000..454cb9e31a --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.14.3/debian/libnet_config_path.diff | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | Upstream-Status:Inappropriate [debian patches] | ||
| 2 | From 7465b6d008187580eabe655b9c8e75351d3d24b4 Mon Sep 17 00:00:00 2001 | ||
| 3 | From: Brendan O'Dea <bod@debian.org> | ||
| 4 | Date: Tue, 8 Mar 2005 19:30:38 +1100 | ||
| 5 | Subject: Set location of libnet.cfg to /etc/perl/Net as /usr may not be | ||
| 6 | writable. | ||
| 7 | |||
| 8 | Patch-Name: debian/libnet_config_path.diff | ||
| 9 | --- | ||
| 10 | cpan/libnet/Net/Config.pm | 7 +++---- | ||
| 11 | 1 files changed, 3 insertions(+), 4 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/cpan/libnet/Net/Config.pm b/cpan/libnet/Net/Config.pm | ||
| 14 | index db51c1f..8404593 100644 | ||
| 15 | --- a/cpan/libnet/Net/Config.pm | ||
| 16 | +++ b/cpan/libnet/Net/Config.pm | ||
| 17 | @@ -57,9 +57,8 @@ my %nc = ( | ||
| 18 | } | ||
| 19 | TRY_INTERNET_CONFIG | ||
| 20 | |||
| 21 | -my $file = __FILE__; | ||
| 22 | +my $file = '/etc/perl/Net/libnet.cfg'; | ||
| 23 | my $ref; | ||
| 24 | -$file =~ s/Config.pm/libnet.cfg/; | ||
| 25 | if (-f $file) { | ||
| 26 | $ref = eval { local $SIG{__DIE__}; do $file }; | ||
| 27 | if (ref($ref) eq 'HASH') { | ||
| 28 | @@ -132,8 +131,8 @@ Net::Config - Local configuration data for libnet | ||
| 29 | C<Net::Config> holds configuration data for the modules in the libnet | ||
| 30 | distribution. During installation you will be asked for these values. | ||
| 31 | |||
| 32 | -The configuration data is held globally in a file in the perl installation | ||
| 33 | -tree, but a user may override any of these values by providing their own. This | ||
| 34 | +The configuration data is held globally in C</etc/perl/Net/libnet.cfg>, | ||
| 35 | +but a user may override any of these values by providing their own. This | ||
| 36 | can be done by having a C<.libnetrc> file in their home directory. This file | ||
| 37 | should return a reference to a HASH containing the keys described below. | ||
| 38 | For example | ||
