]> git.pld-linux.org Git - packages/MHonArc.git/blame - MHonArc-FHS2.patch
- updated to 2.6.19 (security fix from 2014)
[packages/MHonArc.git] / MHonArc-FHS2.patch
CommitLineData
12de87e4
AM
1diff -urN MHonArc2.4.2.orig/mha-dbedit MHonArc2.4.2/mha-dbedit
2--- MHonArc2.4.2.orig/mha-dbedit Thu Aug 12 17:37:46 1999
3+++ MHonArc2.4.2/mha-dbedit Thu Aug 12 17:38:25 1999
4757df6f 4@@ -33,7 +33,7 @@
5 ##---------------------------------------------------------------------------##
6
7 MAIN: {
12de87e4 8- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 9+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
10
11 ## Initialize MHonArc
12 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
13358df2
JB
13--- MHonArc-2.6.19/mha-dbrecover.orig 2024-04-20 07:24:49.052203467 +0200
14+++ MHonArc-2.6.19/mha-dbrecover 2024-04-20 07:28:10.667777889 +0200
15@@ -35,7 +35,7 @@ use Getopt::Long;
4757df6f 16 ##---------------------------------------------------------------------------##
17
18 MAIN: {
12de87e4 19- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 20+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
21
13358df2
JB
22 ## Grab options from @ARGV unique to this program
23 my %opts = ( );
24--- MHonArc-2.6.19/mha-decode.orig 2024-04-20 07:24:49.052203467 +0200
25+++ MHonArc-2.6.19/mha-decode 2024-04-20 07:28:37.270967100 +0200
26@@ -35,7 +35,7 @@ use Getopt::Long;
12de87e4
AM
27 ##---------------------------------------------------------------------------##
28
29 MAIN: {
30- unshift(@INC, 'lib'); # Should I leave this line in?
31+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
32
13358df2
JB
33 ## Grab options from @ARGV unique to this program
34 my %opts = ( );
12de87e4
AM
35diff -urN MHonArc2.4.2.orig/mhonarc MHonArc2.4.2/mhonarc
36--- MHonArc2.4.2.orig/mhonarc Thu Aug 12 17:37:46 1999
37+++ MHonArc2.4.2/mhonarc Thu Aug 12 17:39:20 1999
4757df6f 38@@ -32,7 +32,7 @@
39 ##---------------------------------------------------------------------------##
40
41 MAIN: {
12de87e4 42- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 43+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
44
45 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
46 mhonarc::initialize();
This page took 0.0787 seconds and 4 git commands to generate.