]> git.pld-linux.org Git - packages/MHonArc.git/blob - MHonArc-FHS2.patch
- updated to 2.6.19 (security fix from 2014)
[packages/MHonArc.git] / MHonArc-FHS2.patch
1 diff -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
4 @@ -33,7 +33,7 @@
5  ##---------------------------------------------------------------------------##
6  
7  MAIN: {
8 -    unshift(@INC, 'lib');      # Should I leave this line in?
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/;
13 diff -urN MHonArc2.4.2.orig/mha-dbrecover MHonArc2.4.2/mha-dbrecover
14 --- MHonArc2.4.2.orig/mha-dbrecover     Thu Aug 12 17:37:46 1999
15 +++ MHonArc2.4.2/mha-dbrecover  Thu Aug 12 17:38:35 1999
16 @@ -33,7 +33,7 @@
17  ##---------------------------------------------------------------------------##
18  
19  MAIN: {
20 -    unshift(@INC, 'lib');      # Should I leave this line in?
21 +    unshift(@INC, '/usr/share/MHonArc');       # Should I leave this line in?
22  
23      ## Initialize MHonArc
24      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
25 diff -urN MHonArc2.4.2.orig/mha-decode MHonArc2.4.2/mha-decode
26 --- MHonArc2.4.2.orig/mha-decode        Thu Aug 12 17:37:46 1999
27 +++ MHonArc2.4.2/mha-decode     Thu Aug 12 17:38:45 1999
28 @@ -33,7 +33,7 @@
29  ##---------------------------------------------------------------------------##
30  
31  MAIN: {
32 -    unshift(@INC, 'lib');      # Should I leave this line in?
33 +    unshift(@INC, '/usr/share/MHonArc');       # Should I leave this line in?
34  
35      ## Initialize MHonArc
36      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
37 diff -urN MHonArc2.4.2.orig/mhonarc MHonArc2.4.2/mhonarc
38 --- MHonArc2.4.2.orig/mhonarc   Thu Aug 12 17:37:46 1999
39 +++ MHonArc2.4.2/mhonarc        Thu Aug 12 17:39:20 1999
40 @@ -32,7 +32,7 @@
41  ##---------------------------------------------------------------------------##
42  
43  MAIN: {
44 -    unshift(@INC, 'lib');      # Should I leave this line in?
45 +    unshift(@INC, '/usr/share/MHonArc');       # Should I leave this line in?
46  
47      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
48      mhonarc::initialize();
This page took 0.093307 seconds and 3 git commands to generate.